.hero__container {
    background-color: var(--color-back, --color-grey-dark);
    padding: 4rem;
    border-radius: var(--radius-L);
    gap: 4rem;
}
h1 {
    text-transform: uppercase;
    font-size: var(--fs-1000);
}
.hero__text {
    align-content: end;
}
.hero__text p {
    font-size: var(--fs-600);
    line-height: 1.2em;
}
.hero__icon {
    justify-content: center;
}
.hero__icon svg {
    height: 20rem;
    width: auto;
}
.hero__icon svg path {
    fill: var(--color-front)
}