.benefitRow {
  padding: 10px 30px 20px 30px;
}
.benefitRow_title {
  text-align: center;
  font-size: 27px;
  margin-top: 20px;
}
.benefitRow_title h1,
.benefitRow_title h2,
.benefitRow_title h3 {
  font-weight: normal;
}
.benefitRow_heading {
  font-size: 20px;
}
.benefitRow_heading a {
  color: #34b0f0;
  font-weight: bold;
}
.benefitRow_content {
  font-family: 'Arial', sans-serif;
  display: flex;
  flex-direction: column;
}
.benefitRow_hr,
.benefitRow_benefitHr {
  border-top: 1px solid #578899;
}
.benefitRow_hr {
  display: none;
}
.benefitRow_text {
  font-size: 16px;
}
.benefitRow_text a {
  color: #34b0f0;
  font-weight: bold;
}
.benefitRow_image {
  width: 100%;
  height: 100%;
}
.benefitRow_benefit,
.benefitRow_heading,
.benefitRow_imageContainer,
.benefitRow_text {
  text-align: center;
}
.benefitRow_imageContainer {
  height: 125px;
  width: 125px;
  display: inline-block;
  margin-bottom: 15px;
}
/* ============================================ *
 * MAX WIDTH QUERIES
* ============================================ */
/* ============================================ *
 * MIN WIDTH QUERIES
 * ============================================ */
@media (min-width: 770px) {
  .benefitRow_benefitHr {
    display: none;
  }
  .benefitRow_hr {
    display: block;
  }
  .benefitRow_content {
    margin-top: 60px;
    flex-direction: row;
    justify-content: space-between;
  }
  .benefitRow_benefit {
    max-width: 343px;
    width: 31%;
  }
  .benefitRow_title {
    margin: 28px 0 38px;
    font-size: 22px;
  }
  .benefitRow_heading {
    font-size: 17px;
  }
}
@media (min-width: 980px) {
  .benefitRow {
    padding: 24px 30px 48px 30px;
  }
  .benefitRow_heading {
    font-size: 20px;
  }
  .benefitRow_title {
    font-size: 27px;
  }
}
