.header--summer {
    background-color: #B893C7;
    background-image: url("../img/summer-hero@2x.jpg") ;
    background-size: cover;
    background-position-x: 50%;


    @media (max-width: 1600px) {
        background-position-x: 60%;
    }
    @media (max-width: 1400px) {
        background-image: url("../img/summer-hero@2x.jpg");
        background-size: cover;
        background-position-x: 70%;
    }
    @media (max-width: 768px) {
        background-image: linear-gradient(to right,#B893C7 60%, #dfc6ea 100%, transparent 70%);
        background-size: cover;
        background-position-x: 70%;
    }
}
.header--summer .landing-hero__headline span{
    color: #420A87;
}
.header--summer .landing-hero__headline {
   color: #fff;
}
.header--summer ul li,
.header--summer .gift span {
    color: #161616;
}
.landing-hero__list__item::before {
    min-height: 26px;
    min-width: 26px;
    background-size: 26px 26px;
}
.landing-hero__list__item {
    gap: 16px;
    align-items: center;
}
.landing-hero .gift span {
    padding-left: 40px;
}
.header--summer .twisto-benefits__qr-box__headline {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 9px;
}
.header--summer .gift {
    font-weight: 500;
}
.how-slider__step__description{
    color: #2A272E;
}
.pricing-banner {
    justify-content: center;
}
.install-steps .install-steps__item {
    @media (min-width:768px) {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
}
.install-steps .install-steps__item__icon {
    @media (min-width: 1600px) {
        height: 73px;
        margin-bottom: 23px;
    }
}
.install-steps .install-steps__item h3 {
    color: #420A87;
}
.install-steps .install-steps__item p {
    color: #655368;
}
.install-steps .install-steps__item a {
    text-decoration: underline;
}
