.content .container {
  margin-top: 40px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .content .container {
    margin-bottom: 32px;
  }
}
.content .container .content-title {
  color: #000000;
  font-weight: 400;
  font-size: 36px;
  line-height: 58px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .content .container .content-title {
    font-size: 24px;
    line-height: 160%;
  }
}
.content .container .data-wrapper p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
.content .container .data-wrapper p a {
  color: #249e6b;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin: 0 4px;
}
.content .container .data-wrapper p:last-of-type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  font-size: 18px;
}
@media (max-width: 425px) {
  .content .container .data-wrapper p:last-of-type {
    justify-content: center;
    font-size: 14px;
    line-height: 100%;
  }
  .content .container .data-wrapper p:last-of-type a {
    font-size: 14px;
    line-height: 100%;
  }
}
.content .container .data-wrapper p:last-of-type:before {
  display: block;
  content: " ";
  background-image: url("../images/question.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  margin-right: 8px;
}

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