@media (max-width: 1200px) {
.banner-rating.row.container-narrow {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

.ratings__header {
    width: 100% !important;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.header-right {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.rate-items.ratings-banner {
    width: 100% !important;
} 

.rate-items.ratings-banner {
    margin-top: 30px;
}

.benefitBanner__item:not(:first-of-type) {
    border-left: none;
}

.pw-category-top {
    justify-content: center;
    align-items: center;
    display: flex
;
}

.pw-category-bottom span.h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
}