/*** HIW ***/

.section.how-works-v2 {
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 0 4%;
  font-family: 'Gibson Regular', sans-serif;
  font-size: 12px;
  color: #999;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.section.how-works-v2 h2 {
  padding: 0 4%;
  margin: 15px 0 10px 0;
  color: #000;
  font-family: 'Gibson SemiBold', sans-serif;
  font-size: 20px;
  font-weight: normal;
}

.section.how-works-v2 h3 {
  padding: 0 5%;
  margin-bottom: 30px;
  font-weight: normal;
}

.section.how-works-v2 h3 span {
  font-family: 'Gibson SemiBold', sans-serif;
  text-decoration: underline;
}

.section.how-works-v2 .step {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
}

.section.how-works-v2 .step .img {
  float: left;
  width: 20%;
}

.section.how-works-v2 .step .img img {
  width: 100%;
}

.section.how-works-v2 .step .copy {
  float: right;
  width: 74%;
  line-height: 18px;
}

.section.how-works-v2 .step .copy span {
  display: block;
  font-family: 'Gibson Light', sans-serif;
  font-size: 19px;
  margin-bottom: 10px;
}

.section.how-works-v2 .cta-hiw {
  display: inline-block;
  width: 60%;
}