.contact-banner .banner{
    width: 100%;
    height: 500px;
    position: relative;
    margin: 50px 0;
}
.contact-banner .banner-img{
    width: 100%;
    height: 100%;
}
.contact-banner .banner-top{
    position: absolute;
    left: 0;
    background: #fff;
}
.contact-banner h2{
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 80px;
    color: var(--h-gray);
}
.contact-banner .banner-top{
    
    padding: 0 50px 50px 0;
    border-radius: 0 0 50px 0;
}
.contact-banner .banner-top::before{
    content: '';
    position: absolute;
    right: -50px;
    height: 50px;
    width: 50px;
    background: url(img/elem1.png) center;
    transform: rotate(270deg);
}
.contact-banner .banner-img{
    border-radius: 50px;
}

.contact-banner .banner-top::after{
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    height: 50px;
    width: 50px;
    background: url(img/elem1.png) center;
    transform: rotate(270deg);
}

@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1400px) {
    .contact-banner .banner {
        height: 450px;
   }
}
@media screen and (max-width: 1200px) {
    .contact-banner .banner-top {
        padding: 0 30px 30px 0;
    }
    .contact-banner .banner {
        height: 402px;
    }
    .want-to-talk-items .item{
        padding: 30px 42px;
        margin-bottom: 30px;
        gap: 15px;
    }
    .want-to-talk-items h3{
        font-size: 30px !important;
    }
}
@media screen and (max-width: 960px) {

}
@media screen and (max-width: 768px) {
    .contact-banner .banner-img {
        width: 100%;
        height: 100%;
        border-radius: 25px;
         height: 298px;
        background-size: cover!important;
    }
    .contact-banner .banner-top{
        position: relative;
    }
    .contact-banner .banner-top::before,.contact-banner .banner-top::after{
        display: none;
    }
}
@media screen and (max-width: 560px) {
    
}
@media screen and (max-width: 320px) {

}