#video {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.conteudo-video-home {
    width: 1000px;
    display: flex;
    flex-direction: row;
    gap: 17px;
    justify-content: center;
}
.card-videos-home img {
    max-width: 240px;
}