
.lifestyle__title {
    margin: 0 0 40px;
}

.lifestyle__teasers-title {
    margin: 0 0 27px;
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
}

.lifestyle__btn {
    margin: 40px auto 0;
}

.lifestyle__teasers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 64px;
}

.lifestyle__teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 278px;
}

.teaser__text {
    font-weight: 600;;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 240px;
}

.lifestyle__rules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 60px;
}

.rules__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 72px;
}

.media__title {
    text-align: left;
    margin: 0 0 36px;
}

.media__img {
    width: 320px;
    height: 320px;
}

.media__text p {
    line-height: 24px;
}

.order--reversed .media__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order--reversed .media__text-wrap {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.rules__list {
    gap: 6px;
}

.rules--list-item {
    margin-left: 16px;
}

.rules--list-item::before {
    width: 3px;
    height: 3px;
    background: #000;
    left: -16px;
    top: 0.7em;
}


@media screen and (max-width: 1279px){

}

@media screen and (max-width: 1032px){
    .lifestyle__teasers-title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media screen and (max-width: 767px){
    .lifestyle__subtitle {
        margin: 0 0 26px;
    }

    .lifestyle__teasers-title {
        margin: 0 0 20px;
    }

    .lifestyle__teasers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }


    .rules__media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 24px;
    }

    .media__title {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 14px;
    }

    .order--reversed .media__img {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order--reversed .media__text-wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

}
