/* Contact Form */

.contact-us-sec {
  background: rgba(24, 24, 24, 0.6);
}

.contact-us-sec > h2 {
  font-weight: 500;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.contact-form > a {
  color: #090909;
  font-size: 3rem;
  font-weight: 600;
  background: white;
  padding: 1rem 4rem;
  margin: 30px;
}

.information > p {
  font-weight: 600;
}

/* Modal Style */

.modal-body {
  font-weight: 600;
}

.modal-body h1 {
  font-weight: 600;
}

.modal-body .form-group {
  margin: 0.5rem 0;
}
