.bonus-title {
    color: #777;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
}
.bonus-text {
    margin-bottom: 0;
    text-align: center;
    font-weight: 700;
        font-size: 22px;
}
.bonus-greetings {
    display: none;
}
.section1 {
    box-shadow: 0 6px 15px #65c82d;
    border: 3px solid #65c82d;
    border-radius: 12px;
    padding: 6px;
}
.section3 {
    flex-direction: column-reverse;
}
.rating-score {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.mobile-rating {
    display: none;
}
@media (max-width: 1200px) {
    .mobile-rating {
        display: block;
    }
}

@media (max-width:992px) {
    
    .listWrapper .right .up .section3 {
        display: none;
    }
    .rating-score {
        font-size: 24px;
    }
}
@media (max-width: 576px) {
    .bonus-greetings {
        display: block;
        font-weight: 700;
        text-align: center;
        margin-top: 4px;
        font-size: 20px;
        color: #c87a2d;
    }
    .listWrapper .right .up .section2 {
        padding-left: 0;
        display: flex;
        width: 100%;
        margin-top: 30px;
    }
     .listWrapper .right .up .section2 p, .listWrapper .right .up .section2 p + p {
        margin-top: 10px;
     }
    .listWrapper .right .up .section2 p, .listWrapper .right .up .section2 p a {
        font-size: 16px;
    }
}