.contact-info-card,
.contact-form-card {
  background: #f5f5f5;
  border-radius: 24px;
  padding: 32px;
}

.contact-info-card h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}

.contact-info-card p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 28px;
}

.contact-info-list {
  display: grid;
  gap: 18px;
}

.contact-info-list div {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 16px;
}

.contact-info-list strong {
  display: block;
  font-size: 14px;
  color: #111;
  margin-bottom: 4px;
}

.contact-info-list span {
  font-size: 15px;
  color: #555;
}

.contact-form-card .form-label {
  font-weight: 600;
  font-size: 14px;
}

.contact-form-card .form-control {
  border-radius: 12px;
  min-height: 46px;
}

.contact-form-card textarea.form-control {
  min-height: 160px;
}