#contact_us_section {
  padding: 40px 20px 60px;
}

.contact_container {
  max-width: 900px;
  margin: auto;
}

.contact_card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.contact_card h2 {
  margin: 30px 0 10px;
}

.contact_card p {
  margin-bottom: 15px;
  line-height: 1.7;
}

.contact_link {
  display: block;
  margin-bottom: 10px;
  color: inherit;
  text-decoration: none;
}

.contact_link:hover {
  text-decoration: underline;
}
