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

.Retention_box1 {
    margin-bottom: 20px;
}

.Retention_box1 h3 {
    margin-top: 20px;
    text-align: center;
        font-size: 0.24rem;
}
.Retention_box5{
        width: 21%;
    text-align: right;
}

.Retention_box1 h2 {
    font-size: 0.24rem;
    text-align: center;
}

.Retention_box1 p {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    color: #4A4A4A;
}

.Retention_box2 {
    display: flex;
    align-items: center;
    margin-bottom: 40px !important;

}

.Retention_box4 {
    background: #FF9641;
    border-radius: 29px;
    font-size: 14px;
    color: #FFFFFF;
    padding: 10px 40px;
    margin-top: 10px;
}

.Retention_box3 {
    display: flex;
    margin-top: 10px;
    justify-content: center;
    margin-bottom: 30px;
}

@media (min-width:750px) {
    .product_box1 {
        position: relative;
    }

    .product_box2 {
        display: none;
        width: 190px;
        position: absolute;
        top: 60px;
        background-color: #fff;
        left: 397px;
        z-index: 9999;
        border-radius: 12px;
    }

    .Retention {
        display: flex;
        max-width: 1189px;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }

    .Retention_box2 {
        display: flex;
        align-items: center;
        margin-bottom: 40px !important;

    }

    .Retention_box {
        margin: 100px auto;
        padding: 95px 0px;
        width: 55%;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    }

    .Retention_box7 {
        width: 65%;
        margin: 0 auto;
    }

    .Retention_box3 {
        display: flex;
        margin-top: 10px;
        justify-content: center;
    }

    .Retention_box4 {
        background: #FF9641;
        border-radius: 29px;
        font-size: 14px;
        color: #FFFFFF;
        padding: 6px 28px;
        margin-top: 10px;
    }

    .Retention_box1 {
        margin-bottom: 70px;
    }

    .Retention_box1 h3 {
        margin-top: 30px;
        text-align: center;
    }

    .Retention_box1 h2 {

        text-align: center;
    }

    .Retention_box1 p {
        margin-top: 4px;
        text-align: center;
        font-size: 12px;
        color: #4A4A4A;
    }

    .Retention_box5 {
        font-size: 18px;
        color: #4A4A4A;
    }

    .Retention_box6 {
        width: 100%;
    }
}