.latest-articles-block{
    padding:90px 0 ;
    
    .latest-articles-title{
        margin-bottom: 36px;
    }
    h2{
        margin-bottom: 0;
        padding-bottom:0px;
    }
    
    h3{
        font-size: 18px!important;
        font-family: mulish!important;
        color:#2E3839;
        font-weight: 800!important;
        

    }
    .article-block-content{
        padding: 24px 12px;
        p{
            font-size: 14px;
        }
    }
    .article-block-image{
        border-bottom: 8px solid #3A504F;
        aspect-ratio: 3/2;
        overflow: hidden;
    }
    .article-block-image img{
        object-fit: cover;
        object-position: center;
        height: 100%;
        width: 100%;
        transition:transform 0.3s ease-in-out;
    }
    .latest-articles-card .article-block-image img:hover{
        transform: scale(1.15);

    }
    .latest-articles-card{
        margin-bottom: 36px;
    }
}
.btn-readmore{
    border:1px solid #3A504F;
    color:#3A504F;
    border-radius: 0 0 18px 0;
    padding:13px 20px;
    font-weight: bold;
    font-size: 13px;
}
.btn-readmore:hover{
    background-color: #3a504F;
    color:#fff;
}
