@charset "UTF-8";
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  direction: rtl;
  unicode-bidi: embed;
  font-size: 62.5%;
}

@media only screen and (max-width: 37.5em) {
  html {
    font-size: 56.25%;
  }
}

@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}

@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}

@media only screen and (min-width: 112.5em) {
  html {
    font-size: 75%;
  }
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Assistant', sans-serif;
}

a,
a:link,
a:visited {
  cursor: pointer;
  text-decoration: none;
  color: currentColor;
}

strong {
  color: #558aac;
}

.display__hide {
  display: none !important;
}

.main {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.col-1-of-2 {
  width: calc((100% - 2* 2rem) / 2);
}

.col-1-of-3 {
  width: calc((100% - 2 * 2rem) / 3);
}

.col-2-of-3 {
  width: calc(2 * ((100% - 2 * 2rem) / 3) + 2rem);
}

.col-1-of-4 {
  width: calc((100% - 4 * 2rem) / 4);
}

.col-2-of-4 {
  width: calc(2 * ((100% - 3 * 2rem) / 4) + 2rem);
}

.col-3-of-4 {
  width: calc(3 * ((100% - 3 * 2rem) / 4) + 2 * 2rem);
}

.header {
  position: relative;
}

.header--big {
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.header__image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}

.header__image--desktop {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 48em) {
  .header__image--desktop {
    display: none;
  }
}

.header__image--mobile {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  background-color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 48em) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 75em) {
  .footer__logo > img {
    width: 15rem;
  }
}

@media only screen and (max-width: 48em) {
  .footer__logo > img {
    width: 25rem;
  }
}

@media only screen and (max-width: 48em) {
  .footer__logo {
    margin-bottom: 5rem;
  }
}

@media only screen and (max-width: 48em) {
  .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__nav-item {
  list-style: none;
}

.footer__nav-item:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 48em) {
  .footer__nav-item:not(:first-child) {
    margin-right: 2rem;
    margin-bottom: 5rem;
  }
}

.footer__nav-link, .footer__nav-link:link, .footer__nav-link:visited {
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
}

@media only screen and (max-width: 56.25em) {
  .footer__nav-link, .footer__nav-link:link, .footer__nav-link:visited {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 48em) {
  .footer__nav-link, .footer__nav-link:link, .footer__nav-link:visited {
    font-size: 1.8rem;
  }
}

.footer__nav-link:hover, .footer__nav-link:link:hover, .footer__nav-link:visited:hover {
  text-decoration: underline;
}

.footer__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 48em) {
  .footer__subscribe {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__subscribe__label {
  font-size: 1.8rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 56.25em) {
  .footer__subscribe__label {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 48em) {
  .footer__subscribe__label {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 48em) {
  .footer__subscribe__container {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
}

.footer__subscribe__input {
  font-size: 1.6rem;
  width: 35.5rem;
  height: 4.5rem;
  border: none;
  border-radius: .2rem;
  padding-right: 2rem;
}

@media only screen and (max-width: 75em) {
  .footer__subscribe__input {
    width: 30rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .footer__subscribe__input {
    width: 20rem;
  }
}

@media only screen and (max-width: 48em) {
  .footer__subscribe__input {
    width: 30rem;
    font-size: 1.8rem;
  }
}

.footer__subscribe__btn {
  border: none;
  background: none;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #222;
  -webkit-transform: translateX(3.5rem);
          transform: translateX(3.5rem);
  vertical-align: -17.5%;
}

@media only screen and (max-width: 48em) {
  .footer__contact-info {
    margin-top: 5rem;
  }
}

.footer__contact-info > p {
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 300;
}

@media only screen and (max-width: 48em) {
  .footer__contact-info > p {
    font-size: 1.6rem;
    text-align: center;
  }
}

.nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(34, 34, 34, 0.5);
          box-shadow: 0 1px 5px rgba(34, 34, 34, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 7.5rem;
  padding: 0 3rem;
}

@media only screen and (max-width: 48em) {
  .nav {
    display: none;
  }
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__item {
  list-style: none;
}

.nav__item:not(:first-child) {
  margin-right: 3rem;
}

.nav__link, .nav__link:link, .nav__link:visited {
  color: #222;
  font-size: 1.6rem;
  text-decoration: none;
  text-transform: uppercase;
}

.nav__link:hover, .nav__link:link:hover, .nav__link:visited:hover {
  text-decoration: underline;
}

.mobile-navigation {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-navigation__bg {
  background-color: #222;
  -webkit-box-shadow: -5px 0px 35px 0px rgba(0, 0, 0, 0.25);
          box-shadow: -5px 0px 35px 0px rgba(0, 0, 0, 0.25);
  height: 100vh;
  width: 90vw;
  position: fixed;
  right: -90vw;
  top: 0;
  z-index: 200;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.mobile-navigation__items {
  margin-top: 7.5rem;
}

.mobile-navigation__item {
  list-style: none;
  margin: 2rem auto;
}

.mobile-navigation__link, .mobile-navigation__link:link, .mobile-navigation__link:visited {
  color: #fff;
  font-size: 2.4rem;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-navigation__bottom-container {
  position: relative;
}

.mobile-navigation__bottom {
  border-top: 1px solid #eee;
  bottom: 0;
  position: fixed;
  margin-bottom: 3.5rem;
  padding-top: 3.5rem;
  width: 90vw;
}

.mobile-navigation__social-icon {
  color: #fff;
  padding: 1rem;
}

.mobile-navigation__close {
  color: white;
  font-size: 5.25rem;
  line-height: 0;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 3rem;
  margin-top: 3rem;
}

.mobile-navigation__close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mobile-menu {
  background-color: #222;
  border-radius: 0 0 0 2px;
  color: #fff;
  font-size: 3.5rem;
  line-height: 0;
  position: fixed;
  padding: 2rem;
  top: 0;
  right: 0;
  display: none;
  z-index: 50;
}

@media only screen and (max-width: 48em) {
  .mobile-menu {
    display: block;
  }
}

.mobile-navigation__bg--from-right {
  right: 0 !important;
}

.logo {
  height: 3rem;
}

.header__content-container {
  background-color: rgba(34, 34, 34, 0.85);
  -webkit-box-shadow: 0 1px 5px rgba(34, 34, 34, 0.5);
          box-shadow: 0 1px 5px rgba(34, 34, 34, 0.5);
  padding: 3rem;
  text-align: center;
  width: 65rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 48em) {
  .header__content-container {
    width: 75%;
  }
}

.header__content-text {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1.5rem;
}

.header__content-btn {
  font-size: 1.8rem;
  font-weight: 300;
}

.header__content-btn, .header__content-btn:link, .header__content-btn:visited {
  text-decoration: none;
  color: #fff;
}

.our-vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem auto;
}

@media only screen and (max-width: 48em) {
  .our-vision {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.our-vision__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 48em) {
  .our-vision__img {
    width: 100%;
  }
}

.our-vision__img > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-vision__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 2rem;
}

@media only screen and (max-width: 48em) {
  .our-vision__content {
    padding: 0 2rem 2rem 1rem;
    text-align: center;
  }
}

.our-vision__content > p {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.our-vision__content > h2 {
  font-size: 3rem;
  font-weight: 700;
}

.our-vision__content > h3 {
  margin-bottom: 3rem;
  font-size: 2.4rem;
}

.blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 4.8rem auto;
  padding-bottom: 4.8rem;
}

@media only screen and (max-width: 56.25em) {
  .blog-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog-post:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.blog-post__content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-left: 4.8rem;
  max-width: 60%;
  position: relative;
}

@media only screen and (max-width: 56.25em) {
  .blog-post__content {
    text-align: center;
    max-width: 100%;
    padding: 0;
  }
}

.blog-post__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 27.5rem;
}

@media only screen and (max-width: 56.25em) {
  .blog-post__img {
    max-width: 100%;
  }
}

.blog-post__headline {
  font-size: 2rem;
}

@media only screen and (max-width: 56.25em) {
  .blog-post__headline {
    margin-top: 2.4rem;
  }
}

.blog-post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.25rem auto 2.4rem;
  font-size: 1.6rem;
}

@media only screen and (max-width: 56.25em) {
  .blog-post__info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.blog-post__author {
  margin-left: 1rem;
}

.blog-post__author-name, .blog-post__photographer {
  color: #558aac;
}

.blog-post__excerpt {
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.blog-post__read-more {
  position: absolute;
  bottom: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff !important;
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 2px;
  margin-top: 2.4rem;
  font-size: 1.8rem;
  background-color: #6f952f;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

@media only screen and (max-width: 56.25em) {
  .blog-post__read-more {
    bottom: 0;
    position: relative;
  }
}

.blog-post__read-more:hover {
  color: #6f952f !important;
  background-color: #fff;
  outline: 1px solid #6f952f;
}

.arrow {
  margin-right: .75rem;
}

.post__content {
  padding: 2rem 5rem;
}

.post__top {
  height: 75vh;
  position: relative;
}

.post__top-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post__headline {
  font-size: 3.2rem;
}

@media only screen and (max-width: 56.25em) {
  .post__headline {
    text-align: center;
  }
}

.post__img--large {
  width: 100%;
}

.post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.25rem auto 2.4rem;
  font-size: 1.8rem;
}

@media only screen and (max-width: 56.25em) {
  .post__info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.post__author {
  margin-left: 2rem;
}

.post__author-name, .post__photographer {
  color: #558aac;
}

.post__text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 2.4rem auto;
}

blockquote {
  margin: 0 auto;
  background-color: #eee;
  display: block;
  font-size: 1.8rem;
  padding: 4.8rem;
  margin-bottom: 2.4rem;
  width: 75%;
  text-align: center;
}

blockquote::before {
  content: '”';
  color: #6f952f;
  font-size: 6.4rem;
  line-height: 0;
}

.img-caption {
  position: absolute;
  background-color: white;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  bottom: 0;
  left: 0;
  border-radius: 0 2px 0 0;
}

p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 2.4rem auto;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact__intro {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 3rem;
}

.contact__form {
  direction: rtl;
  margin: 3rem auto;
  position: relative;
  width: 80vw;
}

@media only screen and (max-width: 56.25em) {
  .contact__form {
    width: 80vw;
  }
}

.contact__form option {
  color: #222;
  border: none;
  border-radius: 2px;
}

.contact__form input, .contact__form select, .contact__form option {
  border: none;
  border: 1px solid #222;
  border-radius: 2px;
  width: 100%;
  height: 4.5rem;
  padding-left: 0;
  padding-right: 1rem;
  margin: .75rem 0;
}

.contact__form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 48em) {
  .contact__form__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact__form__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

.contact__form__left:not(:last-child) {
  margin-left: 1.5rem;
  margin-right: 0;
}

@media only screen and (max-width: 48em) {
  .contact__form__left {
    width: 100%;
  }
}

.contact__form__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

@media only screen and (max-width: 48em) {
  .contact__form__right {
    width: 100%;
  }
}

.contact__form__message {
  border: none;
  border: 1px solid #222;
  border-radius: 2px;
  padding: 1rem 1rem 0 0;
  margin-top: .75rem;
  width: 100%;
}

.contact__form__btn {
  background-color: #6f952f;
  border: none !important;
  border-radius: 2px 0 0 0;
  bottom: 0.35rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  position: absolute;
  padding: 1.5rem 3rem;
  cursor: pointer;
  left: 0;
  -webkit-transition: .1s ease-in;
  transition: .1s ease-in;
}

.contact__form__btn:hover {
  background-color: #484848;
}

.contact__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem auto;
  width: 80vw;
}

@media only screen and (max-width: 48em) {
  .contact__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact__address {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 2rem;
}

@media only screen and (max-width: 48em) {
  .contact__address {
    padding: 2rem;
    text-align: center;
  }
}

.contact__address__headline {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
}

.contact__address__text {
  font-size: 1.6rem;
  font-weight: 300;
}

.contact__map {
  height: 30rem;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  background-color: #222;
}

.team__headline {
  margin-top: 3.2rem;
  font-size: 4.8rem;
  text-align: center;
}

.team__sub-headline {
  font-size: 1.8rem;
  text-align: center;
  margin: 1rem auto 3.2rem;
  width: 65%;
}

.team__link {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.2rem;
  position: relative;
}

.team__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 48em) {
  .team__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.team__member {
  width: calc((100% - 2 * 2rem) / 3);
  overflow: hidden;
  margin-left: 2rem;
}

.team__member:nth-child(3n+3) {
  margin-left: 0;
}

@media only screen and (max-width: 48em) {
  .team__member {
    width: calc((100% - 2rem) / 2);
  }
  .team__member:nth-child(1n + 2) {
    margin-left: 0;
  }
}

.team__pic {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  -webkit-transition: -webkit-filter .25s ease-in-out;
  transition: -webkit-filter .25s ease-in-out;
  transition: filter .25s ease-in-out;
  transition: filter .25s ease-in-out, -webkit-filter .25s ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.team__pic:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.team__name {
  margin-top: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.team__title {
  font-size: 1.8rem;
  margin-top: .25rem;
  text-align: center;
  color: #558aac;
}

.team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 37.5em) {
  .team-member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.team-member__content {
  padding: 2rem 5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 48em) {
  .team-member__content {
    margin-top: 7.5rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .team-member__content {
    margin-top: 0;
  }
}

.team-member__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-member__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.2rem;
}

.team-member__language-container {
  margin-bottom: 1.2rem;
}

.team-member__vcard {
  margin-bottom: 3rem;
}

.team-member__vcard__link {
  color: #6f952f !important;
  font-size: 1.2rem;
}

.team-member__language {
  font-size: 1.4rem;
}

.team-member__language--text {
  margin-right: .5rem;
}

.team-member__name {
  font-size: 2.8rem;
}

.team-member__title {
  font-size: 1.6rem;
  color: #558aac;
  line-height: 1.2rem;
}

.team-member__year__text {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-top: .25rem;
}

.team-member__year__number {
  font-size: 1.4rem;
  color: #558aac;
  line-height: 1.2rem;
}

.team-member__text {
  margin-top: 3rem;
  font-size: 1.4rem;
}

.team-member__text--eng {
  direction: ltr;
}

.team-member__text__par {
  margin-bottom: 1.6rem;
}

hr {
  margin: 3rem 0;
}

.page-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 48em) {
  .page-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 48em) {
  .page-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page__content {
  padding: 2rem 5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 48em) {
  .page__content {
    margin-top: 7.5rem;
  }
}

.page__header {
  font-size: 2.8rem;
  margin-bottom: 1.2rem;
}

.page__text {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 1.2rem;
}

.page__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

@media only screen and (max-width: 48em) {
  .page__img--services {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */