.about-left-p {
  font-weight: 300;
  color: #1d354f;
  font-size: 40px;
}

.right-subtitle-text {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.right-subparagraph-text {
  color: #fff;
  font-size: 18px;
}

.about-contact p {
  font-weight: 400;
  color: #1d354f;
  font-size: 30px;
}
.about-contact .contact {
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #f05633;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.about-contact .contact:hover {
  color: #f89734;
}

/*# sourceMappingURL=about-us-page-content.css.map*/