/* ------------------------------------*\
    COLOURS
\*------------------------------------ */
/* ------------------------------------*\
    FONT FAMILY
\*------------------------------------ */
/* ------------------------------------*\
    FONT WEIGHTS
\*------------------------------------ */
/* ------------------------------------*\
    FONT SIZES
\*------------------------------------ */
/* ------------------------------------*\
    PAGE SIZES
\*------------------------------------ */
.contact-us__wrapper {
  display: flex;
  margin-top: 40px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .contact-us__wrapper {
    display: block;
  }
}
.contact-us__img {
  width: 85%;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-us__img {
    display: none;
  }
}
.contact-us__form-block {
  margin-top: 35px;
  margin-bottom: 35px;
}
.about-us__title {
	font-family: "Josefin Sans", sans-serif;
}
.contact-us__info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.contact-us__info p {
  margin: 0;
  color: #000000;
}
.contact-us__info a {
  color: #000000;
  text-decoration: none;
}
.contact-us__icon {
  padding-right: 10px;
  width: 25px;
}

/*# sourceMappingURL=contact-us.css.map */
