.kinder-hero__img-wrapper {
    width: 100%;
    max-width: calc(1440rem + var(--container-padding-x) * 2);
    margin: 0 auto 69rem;
}

.kinder-hero__img {
    width: 100%;
}

.kinder-hero__img img {
    width: 100%;
    height: auto;
    background-position: top;
}

.kinder-hero__text-wrapper {
    max-width: 695rem;
    margin: 10rem auto 0;
    text-align: center;
}

.kinder-hero__text-wrapper h1 {
    font-size: 30rem;
    position: relative;
    font-weight: 700;
}

.kinder-hero__text-wrapper h1:after {
    content: '';
    width: 98rem;
    height: 76rem;
    position: absolute;
    left: 64%;
    bottom: -29rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none;
    background: url('../../img/hero/kinder/orange_lines.svg') center/contain no-repeat;
}

.kinder-hero__descr {
    margin: 18rem auto 31rem;
    font-size: 16rem;
    max-width: 340rem;
}

.kinder-hero__btn-wrap .button {
    margin: auto;
    position: relative;
}

.kinder-hero__btn-wrap .button:after {
    content: '';
    width: 50rem;
    height: 50rem;
    position: absolute;
    right: -40rem;
    bottom: -25rem;
    background: url('../../img/hero/kinder/orange_lines_mobile.svg') center/contain no-repeat;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
    .kinder-hero__img-wrapper {
        margin: -63rem auto 26rem;
        padding: 0 var(--container-padding-x);
    }

    .kinder-hero__text-wrapper h1 {
        font-size: 72rem;
    }

    .kinder-hero__descr {
        max-width: 537rem;
        font-size: 18rem;
    }
}
