.contact {
  background: #ffffff;
  padding: 2em;
  margin-top: 1.5em;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.contact h1 {
  color: #0d6efd;
  margin-bottom: 0.4em;
}

.contact .subtitle {
  color: #666;
  margin-bottom: 1.5em;
  font-size: 1em;
}

.contact-info {
  background: #f8f9fa;
  padding: 1.5em;
  border-radius: 10px;
  margin-bottom: 1.5em;
}

.contact-info p {
  margin: 0.4em 0;
  color: #333;
  font-size: 0.95em;
}

.note {
  font-size: 0.9em;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .contact {
    padding: 1.2em;
  }
}
