.sponsors-intro {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.sponsor-tier {
  margin-bottom: 42px;
  text-align: center;
}

.tier-label {
  display: inline-block;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  margin-bottom: 18px;
  padding-bottom: 5px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.tier-label::after {
  border-radius: 999px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 72px;
}

#gold-sponsors {
  color: #b17800;
}

#gold-sponsors::after {
  background: #d5a21f;
}

#silver-sponsors {
  color: #65707a;
}

#silver-sponsors::after {
  background: #aeb7bf;
}

.sponsor-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  text-align: initial;
}

.sponsor-card {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 72, 48, 0.28);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 72, 48, 0.08);
  display: flex;
  justify-content: center;
  min-height: 250px;
  padding: 34px 24px;
}

.sponsor-card img {
  display: block;
  height: auto;
  max-height: 120px;
  max-width: 100%;
  object-fit: contain;
}

.sponsor-card.silver img {
  max-height: 210px;
  width: 98%;
}

.sponsor-note {
  max-width: 760px;
  margin: 10px auto 90px;
  text-align: center;
}

.sponsor-note a {
  color: var(--dartmouth-green);
  overflow-wrap: anywhere;
}

@media (max-width: 700px) {
  .sponsor-card {
    min-height: 190px;
    padding: 24px 14px;
  }

  .sponsor-card.silver img {
    max-height: 160px;
    width: 100%;
  }
}
