.about-us-block {
  max-width: 1140px;
  margin: 30px auto;
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  line-height: 1.7;
  color: #333;
}

.about-us-block h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-us-block h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 10px;
}

.about-us-block ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px;
}

.about-us-block blockquote {
  margin: 25px 0 0;
  padding: 15px 20px;
  border-left: 4px
}

.about-us-ee .contact-link {
  margin-top: 25px;
  font-weight: 500;
}

.about-us-ee .contact-link a {
  color: #4192bc;
  text-decoration: underline;
}