.support-index-page {
  background: #fff;
}

.support-index-hero {
  padding: 30px 0 0;
}

.support-index-kicker {
  color: rgb(72 166 44 / 100%);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.support-index-hero h1 {
  color: #2c333e;
  font-size: 2.35rem;
  font-weight: 900;
  line-height: 1.08;
  margin: 0;
  text-transform: uppercase;
}

.support-index-hero p {
  color: #51606f;
  font-size: 1rem;
  line-height: 1.65;
  margin: 1rem 0 0;
  max-width: 760px;
}

.support-index-list {
  padding: 30px 0 58px;
}

.support-index-group h2 {
  color: rgb(34 87 122 / 100%);
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.support-index-group + .support-index-group {
  margin-top: 34px;
}

.support-index-grid {
  row-gap: 18px;
}

.support-index-card {
  background: #fff;
  border: 1px solid #dbe5ec;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(44, 51, 62, 0.06);
  height: 100%;
}

.support-index-card a {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 172px;
  padding: 18px;
  text-decoration: none;
}

.support-index-card a:hover {
  color: inherit;
  text-decoration: none;
}

.support-index-card span {
  color: #2c333e;
  display: block;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.support-index-card p {
  color: #51606f;
  font-size: 0.93rem;
  line-height: 1.55;
  margin: 0;
}

.support-index-card a::after {
  color: rgb(34 87 122 / 100%);
  content: 'Open topic';
  font-size: 0.82rem;
  font-weight: 900;
  margin-top: auto;
  padding-top: 16px;
  text-transform: uppercase;
}

.support-index-card a:hover::after {
  color: rgb(72 166 44 / 100%);
}

@media (min-width: 768px) {
  .support-index-hero {
    padding-top: 40px;
  }

  .support-index-hero h1 {
    font-size: 3rem;
  }

  .support-index-list {
    padding-top: 42px;
  }
}
