.jobs-hero-img {
    background-image: url('/resources/img/jobs/jobs-hero-landing.webp');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    width: 100%;
    padding-top: 70%;
}

.testimonial-img {
    width: 60px;
    height: 60px;
    background-size: cover;
    border-radius: 9999px;
    flex-shrink: 0;
    flex-grow: 0;
}


.bgimg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.bgimg.pos-top {
    background-position: center top;
}
.bgimg.height-60 {
    padding-top: 60%;
}

.equal-height-2-3rds {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.equal-height-2-3rds .bgimg {
    width: 100%;
}
@media screen and (min-width: 769px) {
    .equal-height-2-3rds div:not(.bgimg) {
        width: calc(66.6666% - 0.75rem);
    }
    .equal-height-2-3rds .bgimg {
        width: calc(33.3333% - 0.75rem);
        padding-top: initial !important;
    }
}


.aboutus-amenities div {
    min-height: 167px;
}