
.videos-container {
    display: grid;
    grid-template-columns: 1fr; 
    gap: 40px;
    margin-bottom: 80px;
}

.video-box iframe {
    width: 100%;
    height: 220px; 
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

