img[width][height] {
    content-visibility: auto;
}
.employee {
    gap: 15px;
}
.employee > img {
    aspect-ratio: 1 / 1;
    max-width: 100%;
    width: auto;
    object-fit: cover;
    margin-bottom: 0;
}
.layer > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero .large-rfs {
    font-size: clamp(70px, 10vw, 130px);
    line-height: 0.57;
}

.hero p.rfs {
    font-size: clamp(24px, 2.5vw, 36px);
}

@media (max-width: 768px) {
    [class*="col-md"].layer-adjacent {
        padding-top: 0;
    }
}
@media (max-width: 992px) {
    [class*="col-lg"].layer-adjacent {
        padding-top: 0;
    }
}