@media (max-width: 991px) {
    .home-slider {
        height: 600px;
    }

    .display-5 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }

    .sectors-field .card img, .sector-details-field .card img {
        height: 400px;
    }

    footer img.footer-logo {
        width: 200px;
    }

    header .navbar {
        border-radius: 0 !important;
        width: 100%;
        background-color: var(--dark-blue-color2);
    }
}

@media (min-width: 991px) {
    .lh-lg-70px {
        line-height: 70px;
    }

    .ourValues-ourPhilosophy .our-philosophy {
        margin-top: -4rem !important;
    }
    .video-field img{
        height: 100vh;
    }
    .sector-details-field .card-overlay,
    .sector-details-field .card-overlay2{
        height: 550px !important;
    }

}