/* Hiw hero */
.hiw-hero {
  padding: 80px 0 50px 0;
  background-color: #f7f6ff;
}
.hiw-hero .text {
  text-align: center;
}
.hiw-hero .text h1 {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .hiw-hero .text h1 {
    font-size: 32px;
  }
}
.hiw-hero .text p {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 16px auto;
}

.hiw-steps {
  padding: 50px 0;
}
.hiw-steps .row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .hiw-steps .row {
    flex-wrap: wrap;
  }
}
.hiw-steps .row:nth-of-type(odd) .col:first-child {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .hiw-steps .row:nth-of-type(odd) .col:first-child {
    order: 1;
  }
}
.hiw-steps .row:nth-of-type(odd) .col:nth-of-type(2) {
  order: 1;
}
@media only screen and (max-width: 768px) {
  .hiw-steps .row:nth-of-type(odd) .col:nth-of-type(2) {
    order: 2;
  }
}
.hiw-steps .row .col {
  width: 100%;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .hiw-steps .row .col {
    max-width: 100%;
  }
}
.hiw-steps .row .col .image {
  text-align: center;
}
.hiw-steps .row .col .image img {
  max-width: 360px;
}
.hiw-steps .row .col .text h2 {
  width: 100%;
  max-width: 450px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .hiw-steps .row .col .text h2 {
    font-size: 28px;
  }
}
.hiw-steps .row .col .text h2 b, .hiw-steps .row .col .text h2 strong {
  color: #00A9FF;
  font-weight: 600;
}
.hiw-steps .row .col .text p {
  width: 100%;
  max-width: 450px;
}

/* Hiw providers */
.hiw-providers {
  padding: 50px 0;
}
.hiw-providers .text {
  text-align: center;
}
.hiw-providers .text h2 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .hiw-providers .text h2 {
    font-size: 32px;
  }
}
.hiw-providers .logos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hiw-providers .logos .col {
  width: 16%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .hiw-providers .logos .col {
    width: 33%;
  }
}
.hiw-providers .logos .col .item {
  margin-bottom: 30px;
}
.hiw-providers .logos .col .item img {
  max-height: 64px;
}
.hiw-providers .btns .btn {
  min-width: 275px;
  margin-bottom: 15px;
}

/*# sourceMappingURL=how-it-works.css.map */
