
.article__featured-image-container {
    max-height: 800px;
    height: 50vh;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.article__content-wrapper {
    margin-top: 6.25rem;
    max-width: 51rem;
    margin-inline: auto;

    img {
        width: 100%;
        height: 436px;
        object-fit: cover;
        border-radius: 12px;
    }
}

h1 {
    margin-bottom: 0.75rem;
}

.article__subtitle {
    margin-bottom: 2.25rem;
}

.article__body-text {
    margin-bottom: 10.25rem;
}

.article__body-text {
    h2, h3, h4, h4, h5 {
        margin-top: 2.25rem;
        margin-bottom: 1rem;
    }

    p {
        margin-bottom: 1rem;
    }

    p:last-of-type {
        margin-bottom: 0;
    }
}

@media (max-width: 806px) {
    .article__featured-image-container {
        height: 40svh;
        min-height: 214px;
    }

    .article__content-wrapper {
        margin-top: 4rem;
    }
}