.container-videos-products {
    display: flex;
    gap: 3%;
    justify-content: start;
    flex-wrap: wrap;
}

.conteudo-video-product {
    width: 450px;

    iframe {
        height: 250px;
    }
}