.schedule{

    padding:110px 0;

    background:#161616;

    color:#fff;

}

.schedule .section-title{

    color:#fff;

    text-align:center;

}

.schedule .section-subtitle{

    display:block;

    text-align:center;

}

.schedule-grid{

    margin-top:60px;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.schedule-card{

    background:#F8F5EF;

    color:#222;

    padding:45px;

    border-radius:18px;

    text-align:center;

}

.schedule-card h3{

    margin-bottom:20px;

}

.schedule-card .time{

    color:var(--color-primary);

    font-size:34px;

    font-family:var(--font-heading);

    margin-bottom:20px;

}