.c-how-to {
  counter-reset: how-to;
  margin-bottom: 3rem;
}
@media (min-width: 75em) {
  .l-three-col__main .c-how-to {
    margin-left: -54.5454545455%;
    margin-right: -54.5454545455%;
  }
}

.c-how-to__title {
  font-size: 1.6rem;
  margin: 0;
}
.l-banded-section--lt-blue .c-how-to__title {
  color: #406F8C;
}
.l-banded-section--lt-green .c-how-to__title {
  color: #40725B;
}
@media (min-width: 48em) {
  .c-how-to__title {
    font-size: 2.4rem;
  }
}

.c-how-to__body {
  margin-top: 1.5rem;
}
@media (min-width: 48em) {
  .c-how-to__body {
    margin-top: 2.5rem;
  }
}

.c-how-to__step {
  padding: 1.5rem 0;
}
.l-banded-section--lt-blue .c-how-to__step {
  border-top: 1px solid #8CB8CA;
}
.l-banded-section--lt-green .c-how-to__step {
  border-top: 1px solid #80B799;
}
@media (min-width: 75em) {
  .c-how-to__step {
    align-items: flex-start;
    display: flex;
  }
}

.c-how-to__label {
  align-items: center;
  display: flex;
}
.c-how-to__label h3 {
  font-size: 1.15rem;
  flex: 1;
  margin-left: 1rem;
}
@media (min-width: 48em) {
  .c-how-to__label {
    padding: 0 0 24px;
  }
}
.c-how-to__label:before {
  height: 3rem;
  width: 3rem;
  align-items: center;
  border-radius: 50%;
  box-sizing: border-box;
  color: #000;
  content: counter(how-to);
  counter-increment: how-to;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  justify-content: center;
}
.l-banded-section--lt-blue .c-how-to__label:before {
  background-color: #8CB8CA;
}
.l-banded-section--lt-green .c-how-to__label:before {
  background-color: #80B799;
}
@media (min-width: 48em) {
  .c-how-to__label {
    padding: 0 24px 24px 0;
  }
  .c-how-to__label h3 {
    font-size: 1.5rem;
    flex: 1;
  }
  .c-how-to__label:before {
    height: 4rem;
    width: 4rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 75em) {
  .c-how-to__label {
    width: 35%;
  }
}

.c-how-to__content {
  margin-top: 1.35rem;
}
.c-how-to__content .c-alpha-list__letter {
  font-size: 24px;
}
@media (min-width: 75em) {
  .c-how-to__content {
    margin-top: 0.5rem;
    width: 65%;
  }
}

.c-how-to__inner-label {
  display: block;
  font-weight: 700;
  font-size: 24px;
}