.elevated-rail-form__icon-chassis {
    width: 2.5rem;
    height: 2.5rem;
}

.elevated-rail-form__icon-chassis svg {
    width: 1.25rem;
    height: 1.25rem;
}

.elevated-rail-form__choice-ring {
    width: 1.25rem;
    height: 1.25rem;
}

.elevated-rail-form__choice-core {
    width: 0.5rem;
    height: 0.5rem;
}

.contact-us-flex__min {
    min-width: 0;
}

.contact-us-media__cover {
    object-fit: cover;
}

.content-grid-gap {
    gap: 2rem;
}

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

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

.content-img-grows {
    display: block;
    width: 100%;
    height: 16rem;
    min-height: 16rem;
    flex-shrink: 0;
    object-fit: cover;
}
@media (min-width: 992px) {
    .content-img-grows {
        height: 20rem;
        min-height: 20rem;
    }
}

