.video-section {
    text-align: center;
    margin-top: 60px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video-section h2 {
    margin-bottom: 2rem;
}

.video-section iframe,
.video-section video {
    width: 80%;
    height: 500px;
    max-width: 1000px;
}
