.expertise-banner-left{
    width: 65%;
    background: linear-gradient(
        90deg,
        #3d5657 0%,
        #7fa2a0 50%,
        #bfc9cb 100%
      );
    padding: 200px 270px 200px 120px;
}
.expertise-banner-right{
    width: 35%;
    height: auto;
    overflow: hidden;
}
.expertise-banner{
    margin-top: 80px;
    overflow: hidden;
}
.expertise-banner-right .image {
    height: 100%;
    width: 100%;

    overflow: hidden;
}

.expertise-banner.aos-animate .expertise-banner-right .image{
    animation: zoomout 4s;
}
@keyframes zoomout {
    0% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
.expertise-banner-right .image img{
    width: 100%;
    height: 101%;
    object-fit: cover;
}
.expertise-banner-left .text *{
    color: var(--white);
}
.expertise-banner-left .text h3{
    margin-bottom: 30px;
}
.expertise-banner-left .text{
    margin-bottom: 60px;
}
.expertise-banner{
    margin-bottom: 200px;
}

.expertise-banner-left a.btn:hover::before{
    background: var(--white);
}
.expertise-banner-left a.btn:hover{
    border: 2px solid var(--white);
    color: var(--white) !important;
}
@media (max-width: 1440px) {
    .expertise-banner-right {
        width: 40%;
    }
    .expertise-banner-left {
        width: 60%;
        padding: 150px 150px 150px 120px;
    }
}
@media (max-width: 1200px) {
    .expertise-banner-left{
        padding: 90px 60px;
    }
    .expertise-banner {
        margin-bottom: 120px;
    }
}

@media (max-width: 991px) {
    .expertise-banner-left {
        width: 100%;
        padding: 60px;
    }
    .expertise-banner-right {
        width: 100%;
    }
    .expertise-banner .row{
        margin: 0px;
    }
    .expertise-banner-left .text {
        margin-bottom: 50px;
    }
    .expertise-banner {
        margin-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .expertise-banner {
        margin-bottom: 50px;
    }
    .expertise-banner {
        margin-top: 50px;
    }
    .expertise-banner-left{
        padding: 30px 20px;
    }
    .expertise-banner-left .text {
        margin-bottom: 40px;
    }
    .expertise-banner-left .text h3 {
    margin-bottom: 16px;
}
}
