.section.hero-image-container {
    padding: 0;
    position: relative;
}

.section > .hero-image-wrapper {
    max-width: unset;
}

.hero-image p {
    margin: 0;
}

@media (min-width: 900px) {
    .hero-image img {
        height: 942px;
        width: 100vw;
        object-fit: cover;
    }
}
