.ga-schedule-cards{padding:5rem 0}.ga-schedule-cards__header{margin:0 auto 3rem;text-align:center;width:min(100%,1200px)}.ga-schedule-cards__intro{margin:0 auto;width:min(100%,900px)}.ga-schedule-cards__grid{display:grid;gap:2rem;grid-template-columns:repeat(3,minmax(0,1fr))}.ga-schedule-cards__card{background:hsla(0,0%,100%,.45);border:1px solid rgba(45,39,36,.15);display:flex;flex-direction:column;min-width:0;overflow:hidden}.ga-schedule-cards__media{aspect-ratio:4/3;background:rgba(45,39,36,.06);height:300px;position:relative}.ga-schedule-cards__img{display:block;height:100%;object-fit:cover;width:100%}.ga-schedule-cards__body{display:flex;flex:1;flex-direction:column;gap:.35rem;padding:.85rem 1rem}.ga-schedule-cards__body h4{letter-spacing:0;text-transform:none}.ga-schedule-cards__footer{margin:1.5rem auto 0;text-align:center;width:min(100%,46rem)}@media (max-width:991px){.ga-schedule-cards__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.ga-schedule-cards__grid{grid-template-columns:1fr}}