.colorbar-strip__tile {
    min-width: 260px;
    max-width: 360px;
}

.colorbar-strip__media {
    height: 12rem;
}

.colorbar-strip__img {
    object-fit: cover;
}
.colorbar-strip__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-text-below__card {
    transition: transform 0.3s ease;
}

.gallery-text-below__card:hover {
    transform: scale(1.05);
}

.gallery-text-below__img {
    height: 16rem;
}


.prose-bodycopy__bg-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.prose-bodycopy__title-trail { margin-bottom: 2rem; }

.prose-bodycopy__rule-trail { margin-bottom: 3rem; }

.content-heading-gap {
    margin-bottom: 2rem;
}

.content-section-pad {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

