.ecomReviews {
    width: 100%;
    padding: 40px 24px;
    background: linear-gradient(180deg, #E6F4F9 0%, #E6F4F900 26%);
}

.ecomReviewsInner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 1200px;
    margin-inline: auto;
}

.ecomReviewsTitle {
    margin: 0;
    width: 100%;
    color: var(--ecomColorTextStrong);
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
}

.ecomReviewsWidget {
    width: 100%;
}

@media (min-width: 1024px) {
    .ecomReviews {
        padding: 80px 40px;
    }

    .ecomReviewsTitle {
        font-size: 32px;
        line-height: 40px;
    }
}
