body, html {
    overflow-x: visible;
}

.hero-section.hero--article {
    --hero-side-pad: 24px;
    --article-side-pad: 24px;
    overflow: visible;
}

.hero-section.hero--article .hero-content {
    max-width: 1792px;
    padding: 25px var(--hero-side-pad) 0;
}

.hero-section.hero--article .hero-title {
    max-width: 1042px;
    margin: 0 0 98px;
    font-weight: 400;
    font-size: 64px;
    line-height: 77px;
    letter-spacing: 2.4px;
    color: #ffffff;
}

.hero-section.hero--article .img-container {
    max-width: 1792px;
}

.hero-section.hero--article .feature-image {
    border-radius: 8px;
}

.hero-section.hero--article .img-container img {
    border-radius: 20px;
    max-height: 966px;
    height: 100%;
    object-fit: cover;
}

.hero-section.hero--article .article-container {
    max-width: 1086px;
    margin: 75px auto 72px;
    font-size: 24px;
    line-height: 30px;
    color: #678682;
    letter-spacing: 0.65px;
}

.hero-section.hero--article .article-container p {
    margin: 22px 0;
}

@media (max-width: 500px) {
    .hero-section.hero--article .hero-title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 300px;
    }
    
}