.about-banner {
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.7),
            rgb(0, 0, 0, 0.7)), url("insolac-img/call-bg-2-image.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 50vh;
    margin-top: 100px;
}

.contact-us{
    padding: 80px 0px 0px;
}

.banner-heading {
    width: 100%;
    height: 100%;
    color: white;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    text-shadow: 2px 2px black;
}

.map{
    margin-top: 44px;

}

@media (max-width: 768px){
    .contact-us{
        padding: 30px 0px;
    }

    .about-banner{
        height: 34vh;
        margin-top: 80px;
    }

    .about-banner .banner-heading{
        font-size: 40px;
    }
}