.contact-us {
  font-family: "Nunito", "Montserrat", sans-serif;
  padding-bottom: 60px;
}

.contact-us__intro {
  padding: 35px 0;
  background-color: #f4f8fc;
}

.contact-us__intro__title {
  font-size: 48px;
  line-height: 68px;
  font-weight: 900;
  color: #4f4f4f;
}

.contact-us__main {
  display: flex;
  flex-direction: column;
  margin-top: 65px;
}

.contact-us__content__heading {
  font-weight: 900;
  color: #333;
}
