.hero {
    margin: 0 clamp(1rem, 2vw, 3rem);
}

.hero__container {
    border-radius: 60px;
}
