body {
  font-family: "Inter", "Inter var", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size-adjust: 0.52;
  background: #012025;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0;
}

.wrapper {
  max-width: 1190px;
  margin: 0 auto;
  padding: 110px 16px;
}

.header {
  margin-bottom: 60px;
}

h1 {
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -0.025em;
  font-style: normal;
  margin: 0;
}

.main-text {
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 64px */
  letter-spacing: -1.6px;
  margin-bottom: 80px;
}

.subtext {
  margin: 16px 0 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0;
}

.gradient {
  background: linear-gradient(
    101deg,
    #41e2ec 41.85%,
    #6ff04b 61.06%,
    #d6df50 93.09%
  );
  font-weight: 550;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1.6px;
}

.email {
  text-decoration: underline;
  color: #b5ff57;
}

.cards {
  display: flex;
  margin: -16px;
  flex-wrap: wrap;
}
.card-item-block {
  flex: 1 0 0%;
  padding: 16px;
  display: flex;
}

.card-item {
  background: #fff;
  border-radius: 16px;
  padding: 24px 16px;
  min-width: 100%;
  box-sizing: border-box;
}

.card-text {
  color: #151515;
  margin: 13px 0 0;
  color: var(--Buttons-Primary-Text, #151515);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 158.333% */
}
.footer {
  margin: 32px 0 0;
}
.footer p {
  margin: 0;
  font-size: 20px;
}
.footer p a {
  display: inline-block;
}

@media only screen and (max-width: 992px) {
  .logo {
    max-width: 400px;
  }
  h1 {
    font-size: 48px;
  }
  .subtext {
    font-size: 20px;
    line-height: 28px;
  }
  .card-text {
    font-size: 20px;
    line-height: 28px;
  }
  .footer p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .header {
    margin-bottom: 48px;
  }
  .logo {
    max-width: 300px;
  }
  .main-text {
    margin-bottom: 48px;
  }
  h1 {
    font-size: 41px;
    line-height: 40px;
  }
  .subtext {
    font-size: 18px;
    line-height: 26px;
  }
  .cards {
    display: block;
    margin: -6px;
  }
  .card-item-block {
    padding: 6px;
  }
  .card-item {
    display: flex;
    align-items: center;
    padding: 15px 12px;
  }
  .card-item .icon {
    display: block;
  }
  .card-item .card-text {
    margin: 0;
    padding-left: 12px;
    font-size: 18px;
    line-height: 38px;
    flex-grow: 1;
    text-align: left;
  }
}
