.gh-features-grid {
  display: flex;
  gap: 24px;
}

.gh-features-1 {
  justify-content: center !important;
}

.gh-features-2 {
  justify-content: center !important;
}

.gh-features-3 {
  justify-content: space-between;
}

/* Mobile */
@media (max-width: 767px) {
  .gh-features-grid {
    flex-direction: column;
    align-items: center;
  }
  .gh-feature-item {
    max-width: 100%;
  }
}
.gh-series-container {
  padding: 75px 0;
  background: linear-gradient(180deg, var(--Dark-Matter, #18181B) 38.83%, var(--Orbit, #23423D) 100%), linear-gradient(180deg, var(--Orbit, #23423D) 0%, var(--Dark-Matter, #18181B) 50%), var(--Token-BG-Dark, #18181B);
}
@media screen and (max-width: 767px) {
  .gh-series-container {
    padding: 1vw 0;
  }
}
.gh-series-container h2.gh-main-title {
  color: #EFEBE4;
  text-align: center;
  font-family: "Red Hat Display";
  font-style: normal;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  .gh-series-container h2.gh-main-title {
    font-size: 7vw;
    line-height: 8.75vw;
  }
}
@media screen and (min-width: 768px) {
  .gh-series-container h2.gh-main-title {
    font-size: 40px;
  }
}
.gh-series-container .gh-boxed-content {
  color: #FFF;
  text-align: center;
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .gh-series-container .gh-boxed-content {
    font-size: 5vw;
    line-height: 7.5vw;
  }
}
@media screen and (min-width: 768px) {
  .gh-series-container .gh-features-grid {
    display: inline-flex;
    align-items: center;
    gap: 98px;
    justify-content: space-between;
    text-align: center;
    margin-top: 24px;
    width: 100%;
  }
}
.gh-series-container .gh-feature-item {
  flex: 1;
}
.gh-series-container .gh-feature-item p {
  color: #EFEBE4;
  text-align: center;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .gh-series-container .gh-feature-item p {
    font-size: 4vw;
    line-height: 6.25vw;
  }
}
.gh-series-container .gh-feature-item h3 {
  color: #2BAD8F;
  text-align: center;
  font-family: "Red Hat Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 108%;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .gh-series-container .gh-feature-item h3 {
    font-size: 6vw;
    line-height: 6.25vw;
    letter-spacing: 1.2vw;
  }
}
@media screen and (min-width: 768px) {
  .gh-series-container .gh-feature-item h3 {
    font-size: 24px;
  }
}