.reviews__content {
    display: flex;
    gap: 20px;
    margin-top: 24px;
}
.reviews__content-item {
    width: 100%;
    height: auto;
}
.reviews__content-item iframe {
    width: 100%;
    min-height: 300px;
}