
.section-gsap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /*min-height: 100vh;*/
    overflow: hidden;
}
.section-gsap > div {
    /*width: 50%;*/
}
.section-gsap-left .titleBanner > span,
.section-gsap-left .subTitleBanner > span{
    font-weight: 500;
    display: inline-block;
    font-family: 'PoppinsSemiBold', sans-serif;
    font-size: 216px;
    /*line-height: 238px;*/
    color: #FFFFFF;
}
.descriptionBanner{
    font-family: 'PoppinsSemiBold', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 32px;
    max-width: 744px;
}
.section-gsap-right {
    width: 57%;
    height: 100%;
    margin-top: 300px;
}
.section-gsap-right img.img1{

}
.section-gsap-right img.img2{

}
.section-gsap-right img.img3{

}
.section-gsap-right img{
    position: absolute;
}
.btnServices{
    padding: 16px 32px;
    background: #D0D200;
    font-family: 'PoppinsSemiBold', sans-serif;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    width: max-content;
    border: none;
    color: #0F0F0F;
}