.MyLPs {
    color: #2d2c42;
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    font-weight: 500;
    background-color: #fff;
}

.MyLPs a {
    color: #2d2c42;
}

.MyLPs p {
    line-height: 1.2;
}

.MyLPs img {
    width: auto;
    max-width: 100%;
}

.MyLPs .wreg {
    font-weight: initial;
}

.MyLPs .w800 {
    font-weight: 800;
}

.MyLPs .w900 {
    font-weight: 900;
}

.MyLPs .f20 {
    font-size: 20px;
}

.MyLPs .f24 {
    font-size: 24px;
}

.MyLPs .f30 {
    font-size: 30px;
}

.MyLPs .margin_0_auto {
    margin: 0 auto;
}

.MyLPs .margin_auto {
    margin: auto;
}

.header {
    margin: 40px 0px;
}

.header .header_logo {
    padding-top: 96px;
}

.header .header_text {
    padding: 50px 0px;
    margin: 0px 140px;
}

.header .arrow_icon {
    margin: 0 auto;
    padding: 50px 0px 0px 0px;
}

.header .header_img {
    width: 892px;
    height: 769px;
    position: absolute;
    right: -20px;
}

.section1 {
    background-color: #efefef;
    margin-top: -190px;
}

.section1 .section1_header {
    padding-top: 165px;
}

.section1 .section1_cards {
    padding: 100px;
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
}

.section1 .section1_cards .section1_card_container {
    background-color: #fff;
    margin: 15px;
}

.section1 .section1_cards .section1_card_text {
    padding: 80px 25px 40px;
}

.section1 .section1_cards .section1_card_container .icon_img {
    margin: -50px auto;
}

.section2 {
    background-color: #efefef;
}

.section2 .section2_carousel_wrapper {
    width: 430px;
}

.section2_carousel_wrapper .owl-nav {
    font-size: 40px;
    font-weight: 800;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: -1;
}

.section2_carousel_wrapper .owl-carousel .owl-item img {
    width: fit-content;
}

.section2_carousel_wrapper .item {
    background-image: url(https://support3.you.gr/you/redesign/landing_pages/2023_acs_lockers/cards_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 409px;
    height: 602px;
    margin: 0 auto;
    border-radius: 10px;
}

.section2_carousel .owl-nav button.owl-next,
.section2_carousel .owl-nav button.owl-prev {
    width: 66px;
    height: 66px;
    border-radius: 50rem;
    background-color: #fff;
    color: #2d2c42;
    font-size: 2rem;
    text-align: center;
}

.section2_carousel .owl-nav button.owl-next img,
.section2_carousel .owl-nav button.owl-prev img {
    margin: 0 auto;
}

.section2_carousel .owl-nav button.owl-next span,
.section2_carousel .owl-nav button.owl-prev span {
    line-height: 2rem;
    vertical-align: top;
}

.section2_carousel .owl-nav .owl-prev {
    position: absolute;
    top: 33%;
    left: -80px;
}

.section2_carousel .owl-nav .owl-next {
    position: absolute;
    top: 33%;
    right: -80px;
}

.section2_carousel .card_icon {
    padding-top: 18px;
}

.section2_carousel .card_title {
    padding: 65px 30px 0px;
}

.section2_carousel .card_sbj {
    padding: 30px 50px;
}

.section2_carousel .card_euro_icon {
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
}

.section3 {
    background-image: url(https://support3.you.gr/you/redesign/landing_pages/2023_acs_lockers/background_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 730px;
}

.section3 .banner {
    background-color: #fff;
    border-radius: 10px;
    height: 333px;
    padding: 50px;
    margin: 140px 0px;
}

.section3 .banner_woman_img {
    position: absolute;
    top: -140px;
    left: 50%;
    transform: translate(-50%);
}

.section3 .banner .banner_icon_left {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0px 0px 0px 10px;
}

.section3 .banner .banner_icon_right {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 10px 0px 0px;
}

.section3 .banner .banner_content {
    z-index: 2;
    margin: auto;
}

.section3 .banner .banner_title {
    margin-bottom: 40px;
}

.section3 .banner .banner_text {
    padding: 0px 50px;
}

.section4 {
    background-color: #2b2d40;
}

.section4 .section4_title {
    color: #fff;
    padding-bottom: 40px;
}

@media(max-width:1550px) {
    .header .header_img {
        width: 60%;
        height: auto;
        top: 50px;
    }

    .header .header_text {
        margin: 0px 80px;
    }

    .section1 .section1_cards {
        padding: 100px 0px;
    }

    .section3 .banner .banner_text {
        padding: 0px;
    }
}

@media(max-width:1200px) {
    .section3 .banner_woman_img {
        position: relative; 
        top: -40px; 
        left: 0; 
        transform: none; 
    }

    .section3 .banner {
        padding: 20px;
        margin: 40px 0px;
    }

    .section3 {
        height: auto;
        background-size: 200% auto;
    }

    .section3 .banner .banner_content {
        margin: 20px 0px;
    }
}
@media(max-width:991px) {

    .header .header_img {
        position: relative;
        margin: 0 auto;
        right: 0;
        top: 0;
    }

    .header .arrow_icon {
        margin: 0;
        width: 15%;
        position: absolute;
        bottom: -50px;
    }

    .section1 {
        margin-top: 0px;
    }

    .section1 .section1_header {
        padding-top: 80px;
    }

    .section1 .section1_cards {
        padding: 80px 20px;
    }

    .section3 .banner .banner_woman_img {
        display: none;
    }

    .section3 .margin_mobile_banner {
        margin: 0px 40px;
    }

    .section3 .banner .banner_icon_right {
        height: 50%;
    }

    .section3 .banner .banner_icon_left {
        height: 50%;
    }
}

@media(max-width:660px) {
    .MyLPs .f30 {
        font-size: 26px;
    }

    .MyLPs .f20 {
        font-size: 18px;
    }

    .header .header_img {
        width: 80%;
    }

    .header .free_delivery_icon {
        width: 60%;
    }

    .header .header_logo {
        width: 80%;
        padding-top: 30px;
    }

    .header .header_text {
        margin: 0px 20px;
        padding: 40px 0px;
    }

    .section1 .section1_header {
        padding-top: 40px;
        margin-bottom: 40px;
    }

    .section1 .section1_cards {
        padding: 20px 20px 0px;
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
    }

    .section1 .section1_cards .section1_card_container {
        margin: 20px 20px 70px;
    }

    .section2 .section2_img {
        margin-bottom: 60px;
    }

    .section2 .section2_carousel_wrapper {
        width: 300px;
    }

    .section2_carousel_wrapper .item {
        background-image: url(https://support3.you.gr/you/redesign/landing_pages/2023_acs_lockers/cards_bg_m.png);
        width: 240px;
        height: 680px;
    }

    .section2_carousel .card_euro_icon {
        bottom: 170px;
    }

    .section2_carousel .owl-nav button.owl-next, .section2_carousel .owl-nav button.owl-prev {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .section2_carousel .owl-nav button.owl-next img, .section2_carousel .owl-nav button.owl-prev img {
        width: 9px;
        height: 16px;
    }

    .section2_carousel .owl-nav .owl-prev {
        left: -30px;
    }

    .section2_carousel .owl-nav .owl-next {
        right: -30px;
    }

    .section2_carousel .card_sbj {
        padding: 30px 20px;
    }

    .section2_carousel .card_icon {
        padding-top: 6px;
    }

    .section3 .margin_mobile_banner {
        margin: 0px 10px;
    }

    .section3 {
        height: auto;
        background-size: 412% auto;
    }

    .section3 .banner .banner_icon_right {
        height: 25%;
    }

    .section3 .banner .banner_icon_left {
        height: 25%;
    }

    .section3 .banner .banner_content {
        margin: 14px 0px;
    }

    .section3 .banner .banner_title {
        margin-bottom: 20px;
    }
}
