.about-page {
  padding: 70px 0 90px;
}

.about-section {
  margin-bottom: 50px;
}

.about-section p {
  margin-bottom: 15px;
}

.about-page .at-about-title h3 {
  font-size: 24px;
}

.about-page .at-about-title h3 span {
  color: #cc935c;
}

.about-quote {
  border-left: 4px solid #cc935c;
  background: #f7f3ef;
  padding: 20px 25px;
  margin: 0 0 25px;
  font-size: 18px;
  font-style: italic;
  line-height: 1.6;
  color: #444;
}

.about-lead {
  font-size: 16px;
}

.about-lead strong {
  color: #333;
}

.about-subhead {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 30px 0 15px;
}

.about-list {
  padding-left: 20px;
  margin-bottom: 15px;
}

ul.about-list li {
  list-style: disc;
}

ol.about-list li {
  list-style: decimal;
}

.about-list li {
  margin-bottom: 8px;
}

.about-list strong {
  color: #333;
}

.about-cards {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}

.about-card {
  flex: 1;
  border: 1px solid #e6e1dc;
  border-top: 3px solid #cc935c;
  padding: 25px;
  text-align: center;
  background: #fff;
}

.about-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}

.about-card h4 a {
  color: #cc935c;
}

.about-card h4 a:hover {
  color: #a5774c;
}

.about-stars {
  color: #cc935c;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.about-rating {
  font-weight: 600;
  color: #333;
}

.about-note {
  font-size: 12px;
  font-style: italic;
  color: #999;
}

.about-cta {
  background: #f7f3ef;
  border-top: 3px solid #cc935c;
  padding: 40px 25px;
  text-align: center;
}

.about-cta h3 {
  font-size: 26px;
  margin: 10px 0;
}

.about-cta p {
  margin-bottom: 20px;
}

.about-cta-button {
  display: inline-block;
  padding: 12px 30px;
  background: #cc935c;
  color: #fff;
  font-size: 16px;
}

.about-cta-button:hover,
.about-cta-button:focus {
  background: #a5774c;
  color: #fff;
}

.about-cta .about-cta-contact {
  margin: 20px 0 0;
}

.about-cta-contact a {
  color: #cc935c;
  font-weight: 600;
  word-break: break-word;
}

@media only screen and (max-width: 768px) {
  .about-page {
    padding: 40px 0 60px;
  }

  .about-cards {
    flex-direction: column;
  }

  .about-quote {
    font-size: 16px;
  }
}
