.overview-section{
    overflow: hidden;
    position: relative;
    padding: 17.778vw 0;
}
.overview-section.gradient-box{
    background: linear-gradient(90deg, rgba(51, 216, 229, 0.8) 0%, rgba(51, 216, 229, 0) 100%);
background-blend-mode: multiply;

}
.overview-section.gradient-box.rtl{
    background: linear-gradient(-90deg, rgba(51, 216, 229, 0.85) 0%, rgba(51, 216, 229, 0) 100%);
}
.overview-section .banner-bg-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.overview-section .banner-bg-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.overview-section .section-title{
    z-index: 1;
    position: relative;
  text-align: left;
  max-width: 38.756vw;
}
.overview-section.rtl .section-title{
    margin-left: auto;
}
.overview-section .section-title h3{
    letter-spacing: 5.2px;
    font-size: 1.778vw;
    line-height: 140%;
    color: #fff;
    margin-bottom: 2.578vw;
}
.overview-section .section-title  h2{
    font-size: 6.25vw;
    line-height: 135%;
    color: #454B4C;
    font-weight: 500;
    margin-bottom: 2.889vw;
}
.overview-section .section-title p{
    font-weight: 500;
    line-height: 140%;
    font-size: 2.222vw;
    color: #fff;
}
.overview-section .banner-bg-img .mobile{
    display: none;
}
@media(max-width:1199px){
    .overview-section{
        padding: 230px 0;
     }
     .overview-section .section-title h3{
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 2.08px;
        margin-bottom: 20px;
     }
     .overview-section .section-title h2{
        font-size: 50px;
        line-height: 125%;
        margin-bottom: 20px;
    }
    .overview-section .section-title p{
        font-size: 16px;
        line-height: 150%;
    }
    }
    @media(max-width:767px){
        .overview-section{
            padding: 80px 0;
            min-height: 897px;
        }
        .overview-section .banner-bg-img .desktop{
            display: none;
        }
        .overview-section .banner-bg-img .mobile{
            display: block;
        }
        .overview-section.gradient-box,.overview-section.gradient-box.rtl{
    background: linear-gradient(180deg, rgba(51, 216, 229, 0.85) 0%, rgba(51, 216, 229, 0) 100%);

        }
        .overview-section .section-title{
            max-width: 100%;
            text-align: center;
        }
        .overview-section .section-title p{
            font-size: 24px;
        }
    }