
/* ======= CONTACT EXCERPT SECTION (for homepage link) ======= */

.contact-excerpt {
  background: #ffffff;
  padding: 40px 20px;
  text-align: center;
}

.contact-excerpt h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.contact-excerpt p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.contact-excerpt .btn {
  background: #0077b6;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 6px;
}


