.schedule-grid .schedule-item:nth-child(4n+1) .img-wrap-sc{background-color:#ff9100}.schedule-grid .schedule-item:nth-child(4n+2) .img-wrap-sc{background-color:#e03336}.schedule-grid .schedule-item:nth-child(4n+3) .img-wrap-sc{background-color:#009688}.schedule-grid .schedule-item:nth-child(4n+4) .img-wrap-sc{background-color:#0072ce}.icon-group .img-wrap-sc{align-items:center;border-radius:50%;display:inline-flex;height:50px;justify-content:center;margin-bottom:0;padding:10px;width:50px}.icon-group .img-wrap-sc img{filter:invert(100%) sepia(100%) saturate(0) hue-rotate(171deg) brightness(108%) contrast(108%);height:20px;object-fit:contain;width:20px}.schedule-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(4,auto);grid-gap:20px;grid-auto-flow:column}.schedule-item{align-items:center;display:flex;gap:14px;padding:16px 20px}.icon{flex-shrink:0}.content{flex:1}.content .header-sched{align-items:center;display:flex;justify-content:space-between}.title{color:#333;font-weight:600}.time{color:#999;margin-left:12px;white-space:nowrap}@media (max-width:768px){.schedule-grid{grid-auto-flow:row;grid-template-columns:1fr}}