.div-blog{
    min-height:80vh !important;
}


.box-blog{
    height: 400px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: hidden; /* جلوگیری از خروج تصویر */
    position: relative;
}
a{
    text-decoration: none;
    color: #232323 !important;
}
h2{
    font-size: 20px !important;
    color: #232323;

}
p{
    color: #666;
    line-height: 30px;
}

h3{
    line-height: 40px;
    font-weight: bold;
    color: #58595b;
    font-size: 1.6rem;
    margin: 0 auto 20px;
    display: block;
}

img{
    transition: transform 0.3s ease-in-out;
}

.box-blog:hover img {
    transform: scale(1.04);
    filter: brightness(1.1);
}
.a-h2:hover h2{
    color: #c80001 !important;
}