.about-us-top-banner {
  background: url('../img/about-us/about-us-banner.jpg') center bottom no-repeat scroll;
  background-size: cover;
  height: 260px;
}

.about-us-banner-heading {
  color: #333;
  font-size: 3.375rem;
  font-weight: 600;
}

.about-us-section {
  padding: 80px 0 100px;
  font-size: 1.125rem;
  line-height: 30px;
  color: #333;
}

.about-us-section-heading {
  font-size: 2.5rem;
  font-weight: 600;
}

.heading-with-deco::after {
  content: '';
  display: block;
  width: 50px;
  height: 6px;
  background: #ff9800;
  border-radius: 3px;
  margin: 16px auto 50px;
}

.member-items {
  margin-top: 75px;
}

.member-item {
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 30px;
  flex: 1 1 auto;
  font-size: .875rem;
  line-height: 1.5;
}

.member-avatar {
  margin-right: 20px;
}

.member-title {
  font-size: 1rem;
  color: #666666;
}

@media (min-width: 768px) {
  .member-item {
    flex: 1 1 50%;
  }

  .member-item:first-child {
    margin-right: 40px;
  }
}

.contact-item-heading {
  font-size: 1.125rem;
  color: #333;
  margin-left: 10px;
  font-weight: 400;
}

.contact-item-content {
  font-size: .875rem;
  line-height: 1.5;
  color: #333;
  margin: 13px 0 30px 38px;
  font-weight: 500;
}
