.group-lesson-banner{padding:60px 0}@media (min-width:768px){.group-lesson-banner{padding:80px 0}}@media (min-width:1024px){.group-lesson-banner{padding:100px 0}}.banner-content{background-color:var(--color-primary);color:var(--color-white);border-radius:12px;padding:48px 64px;display:flex;justify-content:space-between;align-items:center}.banner-text{display:flex;flex-direction:column;gap:12px}.banner-title{font-family:Bricolage Grotesque,sans-serif;font-size:36px;font-weight:600}.banner-description{font-size:18px}@media (max-width:1279px){.banner-title{font-size:28px}}@media (max-width:1023px){.banner-content{flex-direction:column;align-items:start;gap:24px}}@media (max-width:767px){.banner-content{padding:24px}}.schedule-header{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.schedule-title{font-family:Bricolage Grotesque,sans-serif;font-size:36px;font-weight:600}.schedule-subtitle{font-size:18px}.schedule-subtitle span{font-weight:600}.schedule-info-row{display:inline-flex;gap:56px;margin-bottom:36px}.schedule-info-row .schedule-location{display:flex;flex-direction:column;gap:10px}.schedule-location-title{font-size:22px;font-weight:500}.schedule-location-text{font-size:18px}.schedule-days{background-color:#eceff7;border-radius:12px;padding:48px 54px;gap:32px;margin-bottom:64px}.schedule-day,.schedule-days{display:flex;flex-direction:column}.schedule-day{gap:24px}.day-title{font-family:Bricolage Grotesque,sans-serif;font-size:22px;font-weight:500}.schedule-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-template-areas:"card1 card2 card3";align-items:center;justify-content:space-between;gap:32px}.schedule-card:first-child{grid-area:card1}.schedule-card:nth-child(2){grid-area:card2}.schedule-card:nth-child(3){grid-area:card3}.schedule-card{background-color:var(--color-white);border-radius:12px;padding:24px 32px;width:100%;display:flex;flex-direction:column;justify-content:space-between;min-height:100%}.time{font-family:Bricolage Grotesque,sans-serif;font-size:22px;font-weight:500}.card-details{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.detail-item{font-size:14px}.capacity-text{font-weight:600;text-transform:uppercase;color:var(--color-primary);margin-top:auto}.schedule-holidays{margin-top:32px}.schedule-holidays-title{font-family:Bricolage Grotesque,sans-serif;font-size:22px;font-weight:500;margin-bottom:8px}.schedule-holidays ul{list-style:disc;padding-left:20px}.schedule-holidays li{font-size:18px;margin-top:8px}@media (max-width:1279px){.schedule-cards{grid-template-columns:repeat(2,1fr);grid-template-areas:"card1 card2" "card3 card3"}}@media (max-width:1023px){.schedule-cards{grid-template-columns:1fr;gap:16px;grid-template-areas:"card1" "card2" "card3"}}@media (max-width:767px){.schedule-days{padding:24px}}@media (max-width:540px){.schedule-info-row{flex-direction:column;gap:24px}}.schedule-container{padding-top:60px;padding-bottom:60px}@media (min-width:768px){.schedule-container{padding-bottom:0}}