/* ------------------------------------*\
    COLOURS
\*------------------------------------ */
/* ------------------------------------*\
    FONT FAMILY
\*------------------------------------ */
/* ------------------------------------*\
    FONT WEIGHTS
\*------------------------------------ */
/* ------------------------------------*\
    FONT SIZES
\*------------------------------------ */
/* ------------------------------------*\
    PAGE SIZES
\*------------------------------------ */
.about-us__wrapper {
  display: flex;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .about-us__wrapper {
    display: block;
  }
}
.about-us__content {
  width: 40%;
  padding-left: 30px;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .about-us__content {
    width: 100%;
    padding: 0;
  }
}
.about-us__title, .about-us__last-title {
  margin-bottom: 40px;
}
.about-us__first-image {
  width: 80%;
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  .about-us__first-image {
    width: 100%;
    margin-bottom: 30px;
  }
}
.about-us__link {
  margin-top: 35px;
}
.about-us__image-block {
  position: relative;
}
.about-us__secondary-image {
  position: absolute;
  right: 70px;
  width: 40%;
  bottom: 80px;
}
.about-us__secondary-wrapper {
  margin-top: 70px;
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}
.about-us__secondary-last, .about-us__content-title, .about-us__last-title, .about-us__title  {
	font-family: "Josefin Sans", sans-serif;
}
.about-us__secondary-last {
	font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .about-us__secondary-wrapper {
    display: block;
  }
}
.about-us__secondary-content {
  width: 33%;
}
@media only screen and (max-width: 991px) {
  .about-us__secondary-content {
    width: 100%;
  }
}
.about-us__second-image {
  text-align: center;
}
.about-us__secondary-last {
  text-align: center;
  margin-bottom: 40px;
}
.about-us__last-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .about-us__last-wrapper {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.about-us__last-content {
  width: 30%;
}
@media only screen and (max-width: 991px) {
  .about-us__last-content {
    width: 100%;
  }
}
.about-us__last-image {
  width: 60%;
}
@media only screen and (max-width: 991px) {
  .about-us__last-image {
    width: 100%;
  }
}
.about-us__last-img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .about-us__last-img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.about-us__banner-image {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.about-us__secondary {
    background: #1d2d3a;
    padding: 1px 0px;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 40px;
}

.about-us__secondary .cross-site-button {
    color: #fff;
}
/*# sourceMappingURL=about-us.css.map */
