.grid-blog{
    box-shadow: 0px 0px 10px #e4e4e4;
}
.blog-content .deapartment {
    margin: 5px 0px 0px 0px;
    text-align: center;
    border: 1px solid rgb(215, 35, 42);
    color: white;
    background-color: rgb(215, 35, 42);
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    padding: 2px 4px;
}

.active-day {
    display: inline-block;
    transform: translateY(-1px);
    color: rgb(59, 234, 59);
    font-size: 60px;
    line-height: 0px;
}
.off-day {
    display: inline-block;
    transform: translateY(-1px);
    color: rgb(234, 59, 59);
    font-size: 60px;
    line-height: 0px;
}
.active-day-content{
 
    color: #303030;
    transform: translateY(-5px);
}
