.fse-resource-hero .fse-publication-hero__inner {
    max-width: 1800px;
    padding-left: clamp(20px, 4.1666667vw, 75px);
    padding-right: clamp(20px, 4.1666667vw, 75px);
}

.fse-resource-hero .fse-publication-hero__content {
    max-width: 52rem;
}

.fse-resource-hero .fse-resource-hero__intro {
    max-width: 44rem;
}

.fse-resource-hero .fse-resource-hero__cta-row {
    margin-top: 2rem;
}

.fse-resource-hero .fse-publication-hero__figure {
    aspect-ratio: 3 / 4;
    justify-self: end;
    max-width: 25rem;
    overflow: hidden;
    width: 100%;
}

.fse-resource-hero .fse-publication-hero__figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.fse-resource-hero .fse-publication-hero__footer {
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .fse-resource-hero .fse-publication-hero__figure {
        margin-left: auto;
        margin-right: auto;
    }
}
