.hero_banner_section{
    height: 700px;
    position: relative;
}
.hero_banner_container{
    color: #fff;
}
.hero_banner_text_wrap{
    position: absolute;
    bottom: 50px;
    width: 60%;
}
.hero_banner_text_wrap h1{
    margin-bottom: 25px;
}
.hero_banner_text_wrap p{
    font-size: 25px;
    line-height: 40px;
}
.uspBannerTitle h1{
    line-height: 50px;
}
.benefits_title_wrap{
    height: 400px;
}
.benefits_title_content{
    position: relative;
}
.benefits_title_block{
    background: linear-gradient(270deg, rgba(144,224,239,1) 50%, rgba(0,119,182,1) 100%);
    height: 400px;
    padding: 0;
}
.benefits_title_block .uspBannerTitle{
    width: 30%;
    color: #fff;
    position: absolute;
    bottom: 50px;
}
.benefits_title_wrap .uspBanner{
    padding: 0;
    height: 400px;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
}
.benefits_title_wrap .uspBanner img,
.stats_section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.benefits_content_wrap,
.articles_section{
    margin: 50px auto;
}
.benefits_uspBannerData .title{
    font-weight: bold;
}
.benefits_content_block{
    display: flex;
    flex-wrap: wrap;
}
.benefits_content{
    margin-bottom: 30px;
    width: 33%;
    padding-right: 30px;
    position: relative;
}
.benefits_content:nth-child(3n){
    padding-right: 0px;
}
.watermark {
    position: absolute;
    top: 15%;
    left: 12%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    color: rgba(0, 0, 0, 10%);
    pointer-events: none;
    user-select: none;
    z-index: -1;
    font-weight: bold;
}
.benefits_uspBannerData .description{
    line-height: 25px;
}
.aboutUs_articles_section .article_banner img{
    object-fit: cover;
}
@media (max-width: 1024px) {
    .hero_banner_text_wrap{
        width: 80%;
    }
    .owl-dots{
        display: none;
    }
    .hero_banner_text_wrap h2{
        line-height: 35px;
    }
    .uspBannerTitle h1{
        line-height: 35px;
    }
    .benefits_content{
        width: 50%;
    }
    .benefits_content:nth-child(3n){
        padding-right: 30px;
    }
    .benefits_content:nth-child(2n){
        padding-right: 0px;
    }
    .aboutUs_articles_section .related-articles-block{
        padding: 100px 0px 50px;
    }
}
@media (max-width: 639px) {
    .hero_banner_text_wrap{
        width: 100%;
        padding: 0 30px;
    }
    .benefits_title_block .uspBannerTitle{
        width: 40%;
        padding-left: 30px;
    }
    .benefits_content_wrap{
        padding: 0 30px;
    }
    .benefits_content{
        width: 100%;
    }
    .benefits_content{
        padding-right: 0px;
    }
    .hero_banner_section{
        height: 500px;
    }
    .hero_banner_text_wrap p{
        font-size: inherit;
        line-height: 28px;
    }
    .aboutUs_articles_section .related-articles-block{
        padding: 60px 30px;
    }
}