.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.contact-section {
    background-image: url('/quboinfra/images/green.png');
    font-family: 'Segoe UI', sans-serif;

}

.contact-section h2,
.contact-section h5 {
    color: #f9e8dd;

}

.contact-section .lead {
    color: #f2f2f2;
}

.contact-section p {
    color: #c3d7ca;
}

.custom-heading {
    font-size: 4rem;
}

.custom-heading2 {
    font-size: 2rem;
}
@media (min-width: 1200px) {
    .swiper-slide img {
        height: 700px;
    }
}

@media (min-width: 992px) {
    .swiper-slide img {
        height: 600px;
    }

    .custom-heading {
        font-size: 2rem!important;
    }

    .custom-heading2 {
        font-size: 1rem !important;
    }
}
@media (min-width: 768px) {
    .swiper-slide img {
        height: 450px !important;
    }

    .custom-heading {
        font-size: 2rem;
    }

    .custom-heading2 {
        font-size: 1rem !important;
    }
}
