/* Homepage rounds and program-card typography. */
.round-icon { display: none; }

.program { padding: 30px; }

.program-icon {
  width: 130px;
  height: 130px;
  background: center / contain no-repeat;
  filter: none;
  font-size: 0;
}

.program:first-child .program-icon {
  top: 18px;
  right: 18px;
  width: 150px;
  height: 150px;
  background-image: url("../images/boxing.png");
}

.program:last-child .program-icon {
  top: 30px;
  right: 20px;
  background-image: url("../images/boxing-ring.png");
}

@media (min-width: 801px) {
  .section-title { font-size: 52px; }

  .program-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .round-number { font-size: 78px; }
  .round h3 { font-size: 33px; }
  .round p { font-size: 22px; }

  .program h3 { font: 800 40px / 1 var(--display); }
  .program p { font-size: 22px; }
  .program .button { padding: 20px; font-size: 24px; }
}
