.how-content {
  padding-left: 62px;
  margin-top: 52px;
  font-size: var(--opweb-small-font-size);
}

.how-header {
  margin: 0;
  padding: 44px 0;
  border-bottom: none;
}
.how-header h1 {
  margin: 0;
  width: auto;
}

.how-section {
  border-right: 1px solid var(--opweb-gray);
  border-bottom: 1px solid var(--opweb-gray);
  padding: 0 0 83px;
}

.how-steps {
  display: flex;
  flex-direction: column;
  position: relative;
}

.how-step {
  display: flex;
  align-items: center;
  margin-top: 48px;
  z-index: 9;
}
.how-step h3 {
  margin: 0;
  margin-left: 16px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.how-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background-color: var(--opweb-light-gray);
  font-size: var(--opweb-small-font-size);
  font-weight: 600;
  line-height: 24px;
}
.how-step-number.active {
  background-color: var(--opweb-engage);
}

.how-step-line {
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 98%;
  border-left: 1px solid var(--opweb-gray-2);
  border-top: 1px solid var(--opweb-gray-2);
  z-index: 0;
}


.how-get-started {
  border-right: 1px solid var(--opweb-gray);
  display: flex;
  align-items: center;
  padding: 64px 0 96px 0;
}
.how-get-started h1 {
  width: auto;
  margin: 0;
  margin-right: 45px;
}
.how-get-started a {
  margin-top: 0;
  margin-right: 8px;
}


@media only screen and (max-width: 600px) {
  footer {
    align-items: flex-start;
  }

  .page-container {
    display: block;
  }
  .page-container,
  #section-footer,
  .footer-info {
    width: auto;
  }
  #section-footer {
    padding: 40px 0 0 20px;
    border-right: none;
    flex-direction: column-reverse;
  }
  #section-footer > div {
    margin-top: 36px;
  }

  .footer-info-wrap {
    margin-top: 166px;
    border-top: none;
    height: auto;
  }
  .footer-info {
    flex-direction: column;
    align-items: start;
    padding: 0;
  }
  .footer-info .address, .footer-info .phone {
    margin-right: 0;
    margin-bottom: 16px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    max-width: 155px;
  }
  .footer-info span {
    margin-left: 0;
  }
  .footer-info div:last-child {
    width: 100%;
    border-top: 2px solid var(--opweb-dark-gray-2);
    margin-top: 24px;
    padding: 16px 20px;
  }

  .how-content {
    padding: 0 16px;
  }

  .how-header {
    padding: 80px 0 40px;
    border-right: none;
  }
  .how-header h1 {
    width: auto;
    font-size: 28px;
  }

  .how-section {
    border-right: none;
    padding: 0 0 72px 0;
  }

  .how-step {
    align-items: flex-start;
    margin-top: 73px;
  }
  .how-step h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .how-step-line {
    width: 99%;
    height: 96%;
  }

  .how-get-started {
    border-right: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 0 72px;
  }
  .how-get-started h1 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
