.contact-section .boxes {
  margin-bottom: 30px;
}

.contact-section .boxes .box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.contact-section .boxes .box:last-child {
  margin-bottom: 0;
}

.contact-section .boxes .box i {
  font-size: 20px;
  width: 25px;
  color: #2a72a9;
  margin-right: 10px;
}

.contact-section .boxes .box div h2 {
  font-family: CormorantGaramond-Bold, Arial, Helvetica, sans-serif;
  color: #0c1831;
  font-size: 18px;
  line-height: 24px;
}

.contact-section .boxes .box div p, .contact-section .boxes .box div a {
  font-family: CormorantGaramond-SemiBold, Arial, Helvetica, sans-serif;
  color: #0c1831;
  font-size: 16px;
  line-height: 22px;
}

.contact-section .boxes .box div a:hover {
  color: #2a72a9;
}

.contact-section .form-area .title {
  color: #0c1831;
  margin-bottom: 20px;
}

.contact-section .form-area p {
  font-size: 16px;
  line-height: 22px;
  color: #0c1831;
  font-family: CormorantGaramond-SemiBold, Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}

.contact-section .form-area input {
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  font-family: CormorantGaramond-SemiBold, Arial, Helvetica, sans-serif;
  color: #0c1831;
  font-size: 17px;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid #e1e1e1;
  outline: none;
  box-shadow: unset !important;
}

.contact-section .form-area textarea {
  line-height: 40px;
  padding: 0 15px;
  outline: none;
  font-family: CormorantGaramond-SemiBold, Arial, Helvetica, sans-serif;
  color: #0c1831;
  font-size: 17px;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid #e1e1e1;
  box-shadow: unset !important;
}

/*# sourceMappingURL=contact.css.map */

/*# sourceMappingURL=contact.css.map */
