.s-offer {
    min-height: 100vh;
    padding: 64px 0 96px;
    color: #fff;
    background: var(--color-6);
}

.offer-list {
    margin-top: 63px;
}

.offer-item {
    position: absolute;
    padding: 32px 24px;
    border: 1px solid rgba(184, 228, 255, 0.2);
    box-shadow: -7px 5px 20px 0px rgba(2, 39, 62, 0.79),-29px 21px 36px 0px rgba(2, 39, 62, 0.68), -65px 47px 48px 0px rgba(2, 39, 62, 0.4), -116px 84px 57px 0px rgba(2, 39, 62, 0.12), -181px 131px 63px 0px rgba(2, 39, 62, 0.01);
    background: var(--color-6);
}

.offer-item--icon {
    width: 44px;
    height: 44px;
    margin-bottom: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-11);
}

@media (min-width: 769px) {
    .s-offer {
        position: relative;
        min-height: calc(100vh + 60px);
        padding: 148px 0 160px;
        align-content: center;
    }

    .offer-list {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 466px;
        margin-top: 96px;
        will-change: transform;
    }

    .offer-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 612px;
        height: 100% !important;
        flex-shrink: 0;
        padding: 48px 32px;
    }

    .offer-item--icon {
        width: 88px;
        height: 88px;
        margin-bottom: 136px;
    }

    .s-offer--wrap .headline--title {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .s-offer .headline--title {
        margin: 33px 0 0;
        text-align: left;
    }

    .offer-item--icon img {
        width: 17px;
    }
    .s-offer--wrap,
    .s-offer--wrap .container {
        height: 100%;
    }

    .s-offer--wrap .container {
        display: flex;
        flex-direction: column;
    }

    .offer-item {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-height: 800px) {
    .s-offer {
        padding: 80px 0 80px;
    }

    .offer-list {
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-height: 700px) {
    .offer-item {
        padding: 22px 32px;
    }

    .offer-item--icon {
        margin-bottom: 24px;
    }

    .offer-spacer {
        width: 100%;
        height: 100px;
        background: var(--color-6);
    }
}
