.contact-form {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.contact-form h2 {
  margin-bottom: 5px;
  color: #333;
  text-align: center;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  margin-bottom: 15px;
  font-family: inherit;
  box-sizing: border-box;
}

.contact-form textarea {
  min-height: 200px;
  resize: vertical;
}

.contact-form button {
  background: #219150;
  color: #fff;
  border: none;
  padding: 14px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s ease;
}

.mail_info {
  text-align: center;
    margin-bottom: 20px;
}

.mail_icon {
  color: #219150;
  margin-right: 8px;
}
