
.after60-page .head-stacked {
  display: block;
  max-width: 980px;
}

.after60-page .head-stacked h2 {
  max-width: 980px;
}

.after60-page .head-stacked .lead {
  max-width: 780px;
  margin-top: 18px;
}

.after60-page .benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.after60-page .benefit {
  min-height: 176px;
  padding: 24px;
  border: 3px solid #101010;
  background: #fffdf8;
  box-shadow: 6px 6px 0 #101010;
}

.after60-page .benefit strong,
.after60-page .benefit span {
  display: block;
}

.after60-page .benefit strong {
  margin-bottom: 10px;
  font: 700 19px/1.2 "Space Grotesk", Arial, sans-serif;
}

.after60-page .benefit span {
  color: #45443f;
  font-size: 16px;
  line-height: 1.55;
}

.after60-page .class-flow {
  display: grid;
  gap: 14px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.after60-page .class-flow li {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  padding: 22px;
  border: 3px solid #101010;
  background: #fffdf8;
}

.after60-page .class-flow li > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 3px solid #101010;
  background: #f5c400;
  color: #101010;
  font: 700 22px/1 "Space Grotesk", Arial, sans-serif;
}

.after60-page .class-flow h3 {
  margin: 0 0 7px;
  font-size: 22px;
}

.after60-page .class-flow p {
  margin: 0;
  color: #45443f;
}


.after60-page .philosophy-card,
.after60-page .format-card {
  padding: 30px;
  border: 4px solid #101010;
  background: #f5c400;
  color: #101010;
  box-shadow: 8px 8px 0 #194fc3;
}

.after60-page .philosophy-card span,
.after60-page .philosophy-card strong {
  display: block;
}

.after60-page .philosophy-card span {
  margin-bottom: 15px;
  font: 700 14px/1.2 "Space Grotesk", Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.after60-page .philosophy-card strong {
  font: 400 clamp(34px, 4vw, 54px)/.98 Anton, Impact, sans-serif;
}

.after60-page .philosophy-card p,
.after60-page .format-card p {
  margin: 18px 0 0;
  font-weight: 600;
  line-height: 1.55;
}

.after60-page .format-card h3 {
  margin: 18px 0 0;
  font-size: 30px;
}

.after60-page .audience-list {
  margin-top: 0;
}

.after60-page .darksec .list li::before {
  color: #f5c400;
}

.after60-page .darksec .philosophy-card p {
  color: #101010;
}

@media (max-width: 920px) {
  .after60-page .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {

  .after60-page .benefit-grid {
    grid-template-columns: 1fr;
  }

  .after60-page .benefit {
    min-height: 0;
  }

  .after60-page .class-flow li {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 17px;
  }

  .after60-page .class-flow li > span {
    width: 44px;
    height: 44px;
    font-size: 17px;
  }

  .after60-page .class-flow h3 {
    font-size: 19px;
  }

  .after60-page .philosophy-card,
  .after60-page .format-card {
    padding: 22px;
    box-shadow: 5px 5px 0 #194fc3;
  }
}
