@media screen and (max-width: 700px) {
  .services {
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    margin: 0 4rem !important;
  }
  .services .single_service {
    width: 100%;
    margin: auto;
    margin-top: 16px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .services .single_service .service_image {
    width: 25% !important;
    height: auto;
  }
  .services .single_service .text p {
    text-align: left !important;
  }
  .services .single_service .text_services_homepage p {
    text-align: center !important;
  }
  .divider_above_pictures {
    display: block !important;
  }
}

/*# sourceMappingURL=max_width_700px.css.map */
