body {
  padding-top: 100px;
  font-family: YekanBakh;
}
@media (max-width: 768px) {
  body {
    padding-top: 40px;
  }
}

#section1 > .container {
  background-color: #ffffff;
}
@media (max-width: 575px) {
  #section1 > .container {
    border-radius: 0 !important;
  }
}
#section1 > .container > .title {
  color: #00a7e3;
  font-size: 26px;
  font-weight: 500;
}
#section1 > .container > p {
  line-height: 1.9;
}
#section1 > .container > div > div {
  line-height: 1.9;
}
#section1 > .container > div > div > .title {
  font-weight: 600;
}/*# sourceMappingURL=about-us.css.map */