.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 .f14 {
    font-size: 14px;
}

.MyLPs .f22 {
    font-size: 22px;
}

.MyLPs .f30 {
    font-size: 30px;
}

.MyLPs .margin_0_auto {
    margin: 0 auto;
}

.MyLPs .margin_auto {
    margin: auto;
}

.MyLPs .logo_eurobank {
    position: absolute;
    top: 30px;
    right: 200px;
}

.MyLPs .header_text {
    margin-top: 10px;
}

.MyLPs .pososto_text {
    background-color: #2171ff;
    border-radius: 50px;
    width: fit-content;
    padding: 5px 15px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0px;
}

.MyLPs .cat_text {
    background-color: #2d2c42;
    border-radius: 50px;
    width: fit-content;
    padding: 5px 15px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.MyLPs .coupon_text {
    border: dashed 1.5px #2d2c42;
    border-radius: 50px;
    width: fit-content;
    padding: 5px 15px;
    font-size: 28px;
    font-weight: 700;
}

.MyLPs .lamp_img {
    display: inline-block;
    margin-right: 5px;
}

.MyLPs .sub_text {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .MyLPs .logo_eurobank {
       margin: 0 auto;
       position: initial;
    }

    .MyLPs .reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .MyLPs .header_img {
        margin: 0 auto;
        padding: 40px 0px 30px 0px;
        width: 80%;
    }

    .MyLPs .f14 {
        font-size: 12px;
    }
    
    .MyLPs .f22 {
        font-size: 18px;
    }
    
    .MyLPs .f30 {
        font-size: 24px;
    }

    .MyLPs .header_text {
        text-align: center;
    }

    .MyLPs .pososto_text {
        font-size: 24px;
        margin: 0 auto;
    }
    
    .MyLPs .cat_text {
        font-size: 24px;
        margin: 0 auto;
    }
    
    .MyLPs .coupon_text {
        font-size: 24px;
        margin: 0 auto;
    }

    .MyLPs .display_none_br {
        display: none;
    }

    .MyLPs .btnCommon {
        margin: 0 auto;
    display: block;
    width: fit-content;
    }

    .MyLPs .tip {
        padding: 0px 10px;
        text-align: center;
    }

    .MyLPs .sub_text {
        padding: 0px 10px;
    }

    .MyLPs .sub_text {
        margin-top: 30px;
    }

    .MyLPs .pososto_text {
        margin: 5px auto;
    }
}

@media (max-width: 380px) {
    .MyLPs .f16 {
        font-size: 12px;
    }
    
    .MyLPs .f24 {
        font-size: 16px;
    }
    
    .MyLPs .f35 {
        font-size: 22px;
    }

    .MyLPs .pososto_text {
        font-size: 20px;
    }
    
    .MyLPs .cat_text {
        font-size: 20px;
    }
    
    .MyLPs .coupon_text {
        font-size: 20px;
    }

    .MyLPs .display_none_br_380 {
        display: none;
    }
}
