.kf-schedule{
  margin:48px 0 64px;
}
.kf-schedule__title{
  font-size:clamp(2.5rem, 6vw, 4rem);
  margin-bottom:32px;
}
.kf-schedule__featured{
  margin-bottom:40px;
}
.kf-schedule__featured .kf-event-card{
  display:flex;
}
.kf-schedule__day{
  margin-bottom:40px;
}
.kf-schedule__day-title{
  font-family:var(--kf-font-label);
  font-size:1.3rem;
  letter-spacing:0.03em;
  color:var(--kf-black);
  margin-bottom:16px;
  padding-bottom:8px;
  border-bottom:2px solid var(--kf-red);
}
.kf-schedule__grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
  gap:16px;
}

.kf-event-card--featured{
  border-width:2px;
  border-color:currentColor;
}