body {
  background-color: #f9f6f2;
  margin: 0;
  overflow-x: hidden;
}
p {
  font-weight: 700;
  font-size: 18px;
}
.about-us-page-wrapper {
  width: 100%;
  height: 70px;
  background-color: #f74d62;
  color: #f9f6f2;
  padding-top: 13px;
}
.about-us-page {
  margin-top: 50px;
  max-width: 900px;
}
.about-us-inner {
  text-align: left;
}
.list {
  margin-bottom: 25px;
}
.list > p {
  margin: 0;
}
