main {
  margin-top: 8rem;
}
@media screen and (max-width: 999px) {
  main {
    margin-top: 6rem;
  }
}

.hero {
  background-image: url(/images/service/hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100vw;
}
.hero:before {
  content: "";
  display: block;
  padding-top: 33.33333%;
}
.hero > * {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.hero_holder {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
.hero_heading {
  color: white;
  display: inline-block;
  font-size: 3.6rem;
}
@media screen and (max-width: 999px) {
  .hero_heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479px) {
  .hero_heading {
    font-size: 1.8rem;
  }
}

.about {
  padding: 10rem 0;
}
@media screen and (max-width: 999px) {
  .about {
    padding: 5.6rem 0;
  }
}
.about_heading {
  position: relative;
  margin-bottom: 1.8rem;
}
.about_heading .callout {
  color: #202020;
  right: 25%;
  top: -100%;
  text-align: center;
}
.about_lead {
  margin-bottom: 3.2rem;
}
.about_cards {
  left: calc((100vw - 100%) / -2);
  position: relative;
  margin-bottom: 8rem;
  width: 100vw;
}
@media screen and (max-width: 999px) {
  .about_cards {
    margin-bottom: 4.8rem;
  }
}
.about_cards_list a {
  border: 1px solid #c2c2c2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
}
.about_cards_list a:before {
  content: "";
  display: block;
  padding-top: 79.11111%;
}
.about_cards_list a > * {
  height: 100%;
  margin: auto;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.about_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about_btn a {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 50%;
}
@media screen and (max-width: 479px) {
  .about_btn a {
    width: 100%;
  }
}

.feature_heading {
  margin-bottom: 3rem;
}
.feature_lead {
  margin-bottom: 2.8rem;
}
.feature_tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}
.feature_tile_item {
  margin-bottom: 2rem;
  width: 28.8rem;
}
@media screen and (max-width: 999px) {
  .feature_tile_item {
    width: 49%;
  }
}
@media screen and (max-width: 479px) {
  .feature_tile_item {
    width: 100%;
  }
}
.feature_tile_item_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
  text-align: center;
}
.feature_tile_item_desc {
  font-size: 1.4rem;
  line-height: 2;
}
.feature_tile_item_img {
  border-radius: 100%;
  border: 1px solid #c2c2c2;
  height: 28.8rem;
  margin: 0 auto 2rem;
  overflow: hidden;
  width: 28.8rem;
}
.feature_tile_item_img > img {
  max-width: 100%;
}
.feature_btn {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 479px) {
  .feature_btn {
    width: 100%;
  }
}
.feature_btn a {
  width: 100%;
}
