/* =====  QUICK LINKS  ==================================================== */

body {
    background-color: var(--color-teal);
}
.slider-messages {
    overflow: visible;
}
#quick_links figure.type-image {
    aspect-ratio: 5/2.5;
}

.home_links_holder {
    border: 0px solid var(--color-beige);
    background: var(--color-khaki);
    border-radius: 0px 30px 30px 0px;
    height: 100%;
    overflow: hidden;
   
}

#quick_links .textbox {
    padding: 0em 1.25em 1.25em;
}

.vision-mission img {
    width: 200px;
    height: auto;
}

@media screen and (min-width: 992px) {
    #quick_links .textbox {
        padding: 1em 2em 2em;
    } 
    .vision-mission img {
        width: 250px;
    }
}


.section-bg {
    width: 100%; height: 100%;
    top:0; left:0;
    position: absolute;
    z-index: 0;
}
.section-bg img {
    object-fit: cover;
width: 100%; height: 100%;
}
.holder-tess img {
    opacity: 1;
}


.people-holder {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    bottom:-4px;
}
.people-holder .people {
    width: 90%;
    transform: translateX(-5%);
}

@media screen and (max-width: 767px) {

    .people-holder {
        position: relative;
    }

}
@media screen and (min-width: 540px) {
    .people-holder .people {
        width: 70%;
        transform: translateX(-5%);
    }
}
@media screen and (min-width: 768px) {
    .people-holder .people {
        width: 95%;
        transform: translateX(-20%);
    }
}
@media screen and (min-width: 992px) {
    .people-holder .people {
        width: 85%;
        transform: translateX(-15%);
    }
}
@media screen and (min-width: 1200px) {
    .people-holder .people {
        width: 75%;
        transform: translateX(-10%);
    }
}
@media screen and (min-width: 1400px) {
    .people-holder .people {
        width: 75%;
        transform: translateX(-10%);
    }
}
@media screen and (min-width: 1600px) {
    .people-holder .people {
        width: 70%;
        transform: translateX(-10%);
    }
}
@media screen and (min-width: 1800px) {
    .people-holder .people {
        width: 65%;
        transform: translateX(-10%);
    }

}

@media screen and (min-width: 2100px) {

}