.reviews-wrapper {
    padding: 60px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.reviews-wrapper .rw-container {
    max-width: 90%;
}