.MyLPs .flexCol_xs_4,
.MyLPs .flexCol_xs_6,
.MyLPs .flexCol_xs_8,
.MyLPs .flexCol_xs_12 {
    padding: 10px;
}

.TopBanner {
    position: relative;
    background: url(https://support3.you.gr/you/redesign/landing_pages/Winter_Sale_2020/images/stars-left.png) left center no-repeat,url(https://support3.you.gr/you/redesign/landing_pages/Winter_Sale_2020/images/stars-right.png) right center no-repeat, linear-gradient(180deg, rgba(5,39,100,1) 0%, rgba(133,201,240,1) 100%);
    -webkit-box-shadow: 0px 10px 17px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 10px 17px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 17px 0px rgba(0,0,0,0.25);
    margin-bottom: 40px;
}

    .TopBanner a {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .TopBanner img {
        width: auto;
    }

.lights_left {
    position: absolute;
    left: 0;
    top: 0;
}

.lights_right {
    position: absolute;
    right: 0;
    top: 0;
}

.WhyYou {
    background: #2d2c42;
    border-radius: 50px;
    padding: 30px 10px !important;
}

.WhyYouContainer {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

.WhyYouText {
    color: #ffd061;
    font-size: 70px;
    line-height: 65px;
    font-weight: bolder;
    text-align: center;
    padding-left: 50px;
}

.WhyYouIconsWrapper {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
}


    .WhyYouIconsWrapper img {
        width: 25%;
        max-width: 100%;
        -webkit-flex: 0 1 25%;
        flex: 0 1 25%
    }


.WhyYouTextComments {
    width: 50%;
}

.WhyYouIconsComments {
    justify-content: space-around;
    width: 50%;
}

    .WhyYouIconsComments img {
        width: calc(33.3% - 20px);
        margin: 10px;
        -webkit-flex: 0 1 33.3%;
        flex: 0 1 33.3%;
    }

.WY {
    width: auto;
    position: absolute;
    left: -80px;
    top: -10px;
}

.WY_lastImg {
    width: auto;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.WY_people {
    position: absolute;
    bottom: -100px;
    right: -70px;
    width: auto;
    max-width: 450px;
}

@media (max-width: 1280px) {
    .WhyYouText {
        font-size: 50px;
        line-height: 45px;
    }

    .WY {
        width: auto;
        max-width: 100px;
        left: -30px;
    }
}

@media (max-width: 900px) {
    .LPTitlesContainer {
        font-size: 30px;
        line-height: 30px;
    }

    .WhyYouContainer {
        display: block;
    }

    .WhyYouText {
        margin-bottom: 30px;
        padding-top: 70px;
        padding-left: 0;
    }

    .WY {
        width: auto;
        max-width: 100px;
        left: 50%;
        transform: translateX(-50%);
    }

    .WhyYouTextComments {
        width: 100%;
    }

    .WhyYouIconsComments {
        display: block;
        width: 100%;
    }

        .WhyYouIconsComments img {
            width: calc(50% - 20px);
            float: left;
        }

    .WhyYouLast {
        padding-top: 100px !important;
    }

    .WY_people {
        max-width: 350px;
    }
}


@media (max-width: 700px) {


    .WhyYouIconsComments {
        display: block;
    }
}

@media (max-width: 600px) {
    .TopBanner {
        position: relative;
        background: url(https://support3.you.gr/you/redesign/landing_pages/Winter_Sale_2020/images/stars-left.png) left center no-repeat,url(https://support3.you.gr/you/redesign/landing_pages/Winter_Sale_2020/images/stars-right.png) right center no-repeat, linear-gradient(180deg, rgba(5,39,100,1) 0%, rgba(133,201,240,1) 100%);
        background-size: 200px;
    }

    .lights_left, .lights_right {
        width: 100px !important;
    }


    .WY_people {
        max-width: 280px;
        right: 0;
        bottom: -100px;
    }
}

@media (max-width: 460px) {
    .WhyYouIconsWrapper {
        display: block;
    }

        .WhyYouIconsWrapper img {
            width: 100%;
            max-width: 200px;
            width: 50%;
            float: left;
        }

    .WhyYouIconsComments img {
        width: calc(100% - 20px) !important;
        max-width: 100%;
    }
}
