/* howitworks intro component */
.howitworks-intro-wrapper {
  padding: 30px 10px 25px;
}
.howitworks-intro-title {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 41px;
  letter-spacing: 0.1em;
}
.howitworks-intro-text {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
}
.howitworks-intro-text i {
  text-decoration: none;
  font-style: normal;
  color: #E31010;
}
.howitworks-intro-highlight {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #E31010;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  .howitworks-intro-wrapper {
    padding: 60px 45px;
  }
  .howitworks-intro-title {
    font-size: 30px;
    line-height: 44px;
  }
  .howitworks-intro-text {
    font-size: 16px;
    line-height: 24px;
  }
  .howitworks-intro-highlight {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .howitworks-intro-wrapper {
    max-width: 1090px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}