.how-connect h2 {
  font-size: 2rem;
  line-height: 1.3;
}
.how-connect .page-section {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}
.how-connect .how-connect-process {
  margin-top: 11.3125rem;
}

.how-connect-process h1 {
  font-size: 2.5rem;
  line-height: 1.4;
}
.how-connect-process__card + .how-connect-process__card {
  margin-top: 1.875rem;
}
.how-connect-process__header {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.how-connect-process__number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  color: #001535;
  border-radius: 0.5rem;
  background-color: #E5F2F8;
}
.how-connect-process .how-connect-process__title {
  flex-grow: 1;
  padding-left: 1rem;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 600;
  color: #000F26;
}

.how-connect-alert {
  padding: 2.5rem;
  border-radius: 2rem;
  background-color: #DFE8F8;
}
.how-connect-alert p {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #000F26;
}

.how-connect-clients .how-connect-clients__title {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.how-connect-clients .info-card {
  height: 15rem;
}
.how-connect-clients .info-card__text h4, .how-connect-clients .info-card__text .h4 {
  font-size: 1.25rem;
}

.how-connect-limitations {
  padding-bottom: 1.875rem;
}
.how-connect-limitations .how-connect-limitations__subtitle {
  margin-bottom: 3rem;
}

@media screen and (max-width: 1199.98px) {
  .how-connect h2 {
    font-size: 1.75rem;
  }
  .how-connect-process h1 {
    font-size: 2rem;
  }
  .how-connect-process p {
    font-size: 1.125rem;
  }
  .how-connect-clients .how-connect-clients__title {
    font-size: 1.25rem;
  }
  .how-connect-clients .info-card {
    height: 15rem;
  }
  .how-connect-clients .info-card__text h4, .how-connect-clients .info-card__text .h4 {
    font-size: 1.25rem;
  }
  .how-connect-limitations .how-connect-limitations__subtitle + p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 991.98px) {
  .how-connect .page-section {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .how-connect .how-connect-process {
    margin-top: 7.375rem;
  }
  .how-connect-limitations {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .how-connect h2 {
    font-size: 1.25rem;
  }
  .how-connect-process h1 {
    font-size: 1.5rem;
  }
  .how-connect-process p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .how-connect-process .how-connect-process__title {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 700;
  }
  .how-connect-alert p {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: normal;
  }
  .how-connect-clients .how-connect-clients__title {
    font-size: 1.125rem;
  }
  .how-connect-clients .info-card {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 7rem;
  }
  .how-connect-clients .info-card__text {
    flex-grow: 1;
    padding-right: 4rem;
  }
  .how-connect-clients .info-card__text h4, .how-connect-clients .info-card__text .h4 {
    font-size: 1.125rem;
  }
  .how-connect-clients .info-card__link {
    flex: 0 0 auto;
    width: auto;
  }
}/*# sourceMappingURL=how-connect-page.css.map */