section:has(.reveal-inst):has(h2.font-black) {
  padding-top: 56px !important;
  padding-bottom: 58px !important;
}

section:has(.reveal-inst):has(h2.font-black) > div {
  max-width: 1280px !important;
}

section:has(.reveal-inst):has(h2.font-black) h2 {
  max-width: 920px;
  font-size: clamp(34px, 5vw, 58px) !important;
  line-height: .92 !important;
}

section:has(.reveal-inst):has(h2.font-black) h2 + p {
  max-width: 660px;
  margin-top: 18px !important;
  margin-bottom: 42px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

section:has(.reveal-inst):has(h2.font-black) .grid:has(.reveal-inst) {
  gap: 12px !important;
  margin-bottom: 16px !important;
}

section:has(.reveal-inst):has(h2.font-black) .reveal-inst {
  min-height: 132px;
  padding: 16px 18px !important;
  border-radius: 14px !important;
}

section:has(.reveal-inst):has(h2.font-black) .reveal-inst > span {
  margin-bottom: 10px !important;
  font-size: clamp(38px, 4.8vw, 56px) !important;
  line-height: 1 !important;
}

section:has(.reveal-inst):has(h2.font-black) .reveal-inst > h3 {
  margin-bottom: 5px !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
}

section:has(.reveal-inst):has(h2.font-black) .reveal-inst > p {
  font-size: 11px !important;
  line-height: 1.45 !important;
}

section:has(.reveal-inst):has(h2.font-black) .grid:has(.reveal-inst) + div {
  min-height: auto !important;
  padding: 18px 20px !important;
  border-radius: 14px !important;
}

section:has(.reveal-inst):has(h2.font-black) .grid:has(.reveal-inst) + div p {
  font-size: 13px !important;
  line-height: 1.5 !important;
}

@media (max-width: 767px) {
  section:has(.reveal-inst):has(h2.font-black) {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  section:has(.reveal-inst):has(h2.font-black) h2 {
    max-width: 340px;
    font-size: clamp(30px, 9.2vw, 36px) !important;
  }

  section:has(.reveal-inst):has(h2.font-black) h2 + p {
    margin-top: 12px !important;
    margin-bottom: 20px !important;
    font-size: 12px !important;
  }

  section:has(.reveal-inst):has(h2.font-black) .grid:has(.reveal-inst) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  section:has(.reveal-inst):has(h2.font-black) .reveal-inst {
    min-height: 128px;
    padding: 12px !important;
  }

  section:has(.reveal-inst):has(h2.font-black) .reveal-inst > span {
    float: none;
    width: auto;
    margin: 0 0 8px !important;
    font-size: 32px !important;
    line-height: 1 !important;
  }

  section:has(.reveal-inst):has(h2.font-black) .reveal-inst > h3 {
    padding-top: 0;
    font-size: 12px !important;
  }

  section:has(.reveal-inst):has(h2.font-black) .reveal-inst > p {
    font-size: 10px !important;
    line-height: 1.35 !important;
    overflow: visible;
  }

  section:has(.reveal-inst):has(h2.font-black) .grid:has(.reveal-inst) + div {
    min-height: auto !important;
    padding: 14px 16px !important;
  }

  section:has(.reveal-inst):has(h2.font-black) .grid:has(.reveal-inst) + div p {
    font-size: 11px !important;
  }
}
