.about-us {
  font-family: "Nunito", "Montserrat", sans-serif;
}
  
.about-us__intro {
  padding: 35px 0;
  background-color: #f4f8fc;
}
  
.about-us__intro__title {
  font-size: 48px;
  line-height: 68px;
  font-weight: 900;
  color: #4f4f4f;
}

.about-us__content {
  margin-top: 65px;
}

.about-us__big-image {
  width: 100%;
  height: auto;
}

.about-us__fabric {
  margin-top: 80px;
}

.about-us__fabric__heading {
  margin-bottom: 20px;
}


.about-us__features {
  margin-right: 40px;
}

.about-us__quote {
  margin-top: 100px;
}

.about-us__quote__content {
  font-size: 32px;
  line-height: 50px;
  font-weight: 900;
  text-align: center;
}

@media all and (max-width: 1000px) {
  .about-us__features {
    margin: 0;
    margin-bottom: 40px;
  }

  .about-us__quote__content {
    font-size: 24px;
    line-height: 38px;
  }
}


@media all and (max-width: 767px) {
  .about-us__quote__content {
    font-size: 18px;
    line-height: 29px;
  }
}