.present {
    &__container {
        padding-bottom: 1px;
    }

    &__inner {
        background-color: $dark;
        padding: 45px 30px 15px;
        min-height: 393px;
        position: relative;
        z-index: 1;
        color: $white;
        width: calc(100% + 60px);
        margin-left: -30px;
    }

    &__content {
        max-width: 650px;
    }

    &__subtitle {
        margin-bottom: 28px;
    }

    &__iero {
        font-family: $fontIero;
        font-weight: 400;
        font-size: 76px;
        line-height: 109px;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: rgba($white, .2);
        margin-top: 6px;
        white-space: nowrap;
        overflow: hidden;
    }

    &__box {
        position: absolute;
        top: calc(50% + 10px);
        right: -90px;
        transform: translateY(-50%);
    }

    @media (max-width: 1200px) {
        &__iero {
            font-size: 6vw;
            line-height: 1;
            margin-top: 30px;
            text-align: left;
        }

        &__box {
            right: -180px;
        }
    }

    @media (max-width: 991px) {
        &__content {
            max-width: 55%;
        }
    }

    @media (max-width: 767px) {
        &__container {
            padding-top: 4px;
        }

        &__content {
            max-width: 100%;
        }

        &__box {
            margin-top: -90px;
            margin-bottom: 8px;
            position: relative;
            top: 0;
            right: 0;
            left: -10px;
            transform: translateY(0);
        }

        &__iero {
            font-size: 6vw;
            margin-top: 40px;
            margin-bottom: 12px;
        }
    }
}