.our-services-wrapper {
  margin: 4rem 0;
  margin-top: 0;
}

.full_width_image {
  background-position: center center;
  background-size: cover;
  height: 31.25rem;
  width: 100%;
}

.our-services-wrapper .service_agent_callouts {
  margin-top: -5rem;
}

.our-services-wrapper .service_agent_callouts a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  font-family: Ingra,Helvetica,Arial,sans-serif;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.our-services-wrapper .service_agent_callouts .summary {
  color: #fff;
  padding: 8rem 1rem 3rem;
  position: relative;
  z-index: 3;
}

.our-services-wrapper .summary .heading {
  color: #fff;
  font-size: 1.25rem;
  margin: 0 0 1rem;
}

.our-services-wrapper .summary .description p {
  margin: 0;
}

@media (min-width: 20em) {

  .our-services-wrapper .summary .heading {
    font-size: calc(1.25rem + .5 * (100vw - 20em)/20);
  }
}

@media (min-width: 40em) {

  .our-services-wrapper .summary .heading {
    font-size: 1.75rem;
  }
}

@media (min-width: 57em) {

  .our-services-wrapper .service_agent_callouts {
    margin-top: 0;
  }

  .our-services-wrapper .service_agent_callouts a {
    height: 32rem;
    width: 50%;
    float: left;
  }

  .our-services-wrapper .service_agent_callouts a.service {
/*     float: left; */
    margin-top: -10rem;
  }

  .our-services-wrapper .service_agent_callouts a.agent {
/*     float: right; */
    margin-top: -4rem;
  }

  .our-services-wrapper .service_agent_callouts .summary {
    padding: 5rem 4rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}