.reviews {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 34px;
    padding: 32px 0;
}
