<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Discount p {
    margin: 0px;
    padding: 0px;
    line-height: 1;
}

.text-inner p {
    line-height: 2;
}

ul {
    list-style: none;
}

.Discount {
    padding: 5px;
    max-width: 1500px;
    margin: 0 auto;
    font-family: Montserrat, Montserrat-bold-fallback, Segoe UI, Helvetica Neue, Helvetica, Roboto, sans-serif;
}

.Discount_contet {
    display: flex;
    flex-wrap: wrap;
}

.Discount_left {
    width: 70%;

}

.Discount_right {
    width: 30%;
    padding: 10px;
    margin-top: 10px;
    position: sticky;
    top: 150px;
    right: 0px;
    height: 1200px;
}

.about {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}

.payment-methods {
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;

}

.payment-methods p {
    color: #666;
    font-family: Times New Roman, Arial, serif;
    font-size: 16px;
    line-height: 20px;
}

.Discount_box {
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 20px 0px;
}

.Discount_left .Discount_box ul {
    list-style: none;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.one {
    width: 15%;
    color: #741FA2;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: .025em
}

.two {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.two .sale {
    padding: 0px 5px;
    border-radius: 10px;
    max-width: 50px;
    background-color: #eee;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    opacity: .9;
}

.three {
    width: 20%;
    text-align: right;
}

.Discount_box ul .three .btns {
    /* max-width: 120px;     */
    background-color: #741FA2;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    border-radius: 20px;
    padding: 10px;
    cursor: pointer;
}



@media screen and (max-width:860px) {
    .Discount_box ul .three .btns {
        background-color: #741FA2;
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        text-align: center;
        border-radius: 20px;
        padding: 2px 4px;
        cursor: pointer;
    }

    .Discount_right {
        width: 100%;
    }

    .Discount_left {
        width: 100%;
        padding: 10px;
    }

    .one {
        width: 25%;
        font-size: 18px;
    }

    .three {
        width: 20%;
        font-size: 18px;

    }
}

.payment-methods__item {
    display: flex;
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
}

.Discount_left .about h3 {
    color: #000;
    font-family: Open Sans, Helvetica Neue, sans-serif;
    font-size: 18px;
    font-weight: 549;
    line-height: 26px;
    margin-top: 20px;
    text-align: left;
}

.Discount_left .about p {
    color: #000;
    font-family: Times New Roman, Arial, serif;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

.lead {
    font-size: .875rem;
    line-height: 30px;
    font-weight: 400;
    opacity: .9;
}</pre></body></html>