#video_section { text-align: center; background: linear-gradient(180deg, rgba(251, 182, 43, .33) 40%, transparent 100%); }
.video-row { display: flex; justify-content: center; gap: 20px; margin: 40px auto; } 
.video-container { flex: 1; max-width: 560px; } 
.video-container iframe { width: 100%; aspect-ratio: 16/9; } 
@media screen and (max-width: 768px) { 
.video-row { flex-direction: column; align-items: center; }  
.video-container { width: 100%; margin-bottom: 20px; } }