.article_details_hero{
    padding: 150px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.65);
    background-blend-mode: multiply;
    width: 100vw;
}

.hero_article_title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 55px;
    line-height: 150%;
    margin-top: 30px;
    text-transform: uppercase;
    color: #FFFFFF !important;
    text-align: center;
}

.article_details_body{
    background-image: url('../image/home-m-bg.webp');
    background-size: cover;
    background-position: center;
    width: 100vw;
    padding-top: -10px;
    background-repeat: no-repeat;
    padding: 30px;
    font-family: 'Poppins';
}

.last_related{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 20px;
}

.last_articles_img{
    min-width: 120px !important;
    max-width: 120px !important;
    min-height: 70px !important;
    max-height: 70px !important;
    object-fit: cover;
}

.last_articls_title{
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins';
    line-height: 120%;
}

.last_articls_card{
    padding-bottom: 3px;
    border-bottom: 4px solid #1d6858;
}

@media screen and (max-width: 992px) {
    .article_details_hero{
        padding: 80px 0px;
        padding-top: 100px;
    }
    
    .hero_article_title{
        font-size: 44px;
        margin-top: 25px;
    }
    
    .article_details_body{
        padding: 28px;
    }
    
    .last_related{
        font-size: 22px;
    }
    
    .last_articles_img{
        min-width: 100px !important;
        max-width: 100px !important;
        min-height: 60px !important;
        max-height: 60px !important;
    }
    
    .last_articls_title{
        font-size: 14px;
        line-height: 110%;
    }
    
    .last_articls_card{
        padding-bottom: 3px;
        border-bottom: 4px solid #1d6858;
    }
    .article_details_body strong{
        font-size: 20px;
    }
    .article_details_body span{
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {

    .hero_article_title{
        font-size: 28px;
    }
    
    .article_details_body{
        padding: 20px;
    }
    
    .last_related{
        font-size: 20px;
    }
    
    .article_details_body strong{
        font-size: 19px;
    }
    .article_details_body span{
        font-size: 17px;
    }
}


.article_details_body article{
    color: #2f2f2f;
    font-size: 18px;
    line-height: 1.85;
    font-weight: 400;
}
.article_details_body article h2,
.article_details_body article h3{
    color: #1D6758;
    font-weight: 700;
    margin: 26px 0 12px;
}
.article_details_body article p{
    margin-bottom: 18px;
}
.article_details_body article ul,
.article_details_body article ol{
    margin: 0 0 20px 22px;
    padding: 0;
}
.article_details_body article li{
    margin-bottom: 9px;
}
