.reviews-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}