



.learning-section {
    padding: 40px 20px;

    text-align: center;
    font-family: "Teko", serif;
    font-size: 20px;
}

.video-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.video-item {
    max-width: 400px;
    width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.promo {
    padding: 50px 20px;
}

.promo h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.promo p {
    font-size: 1.5rem;
    max-width: 600px;
    margin: 0 auto;
    opacity: 0.5;
}
