.service, .services, .intro {
  position: relative;
}

.service .button {
  display: inline-block;
  zoom: 1;
}

.service img, .service h2:after, .intro h2:after {
  display: block;
}

.service, .service h2:after, .intro h2:after {
  box-sizing: border-box;
}

.service h2:after, .intro h2:after {
  content: "";
}

.service .button {
  text-align: center;
}

.services {
  margin-left: auto;
  margin-right: auto;
}

.intro, .services {
  display: flex;
  flex-wrap: wrap;
}

.services {
  justify-content: space-between;
}

.service h2:after, .intro h2:after {
  width: 20%;
}

.service h2, .intro h2 {
  font-family: "MuseoSans", sans-serif;
}

.service .button {
  transition: background-color 250ms, color 250ms;
  padding: 1.2em 1.5em;
  font-size: 1em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  min-width: 200px;
}
@media screen and (max-width: 1919px) {
  .service .button {
    font-size: 0.9em;
  }
}

.service .button {
  color: #FFFFFF;
  background-color: #44aee9;
}
.service .button:hover {
  background-color: #72c2ee;
}
.service .button:active {
  background-color: #1a99e0;
}

.services, .intro {
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 1921px) {
  .services, .intro {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}

.service h2:after, .intro h2:after {
  background-color: #44aee9;
  height: 4px;
  margin: 1.5em 0;
}

.service h2, .intro h2 {
  font-size: 1.5em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .service h2, .intro h2 {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .service h2, .intro h2 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 450px) {
  .service h2, .intro h2 {
    font-size: 1em;
  }
}

.service p, .intro p {
  font-size: 1.125em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .service p, .intro p {
    font-size: 1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .service p, .intro p {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 450px) {
  .service p, .intro p {
    font-size: 0.9em;
  }
}

.service h2, .intro h2 {
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

.service p, .intro p {
  font-weight: normal;
  line-height: 1.8em;
  margin-bottom: 1.8em;
  text-align: justify;
  text-justify: inter-word;
}

.hero {
  background-image: url("/app/images/services/hero.jpg");
}

.intro {
  width: 50%;
  background-color: #FFFFFF;
  margin: -80px 0 1.5em 5%;
  padding: 3em;
}
.intro p {
  color: #1d1d1b;
}

.services {
  margin-bottom: 3em;
}

.service {
  width: 32%;
  margin-bottom: 1.5em;
  background-color: #FFFFFF;
}
.service img {
  width: 100%;
}
.service div {
  padding: 3em;
  background-color: #f1f1f1;
  border: 1px solid #d8d9da;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.service p {
  width: 90%;
  color: #999;
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
  .service {
    width: 48%;
  }
}
@media screen and (max-width: 959px) {
  .service {
    width: 100%;
  }
  .service div {
    padding: 1.5em;
  }
}
