form {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.logo-column {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.contact-us__title {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
  font-size: 45px;
}
.contact-us__title::after {
  position: absolute;
  right: 0;
  top: 65px;
  left: 0;
  width: 10rem;
  height: 0.375rem;
  margin: 0 auto;
  background-color: #c7002a;
  border-radius: 3.125rem;
  content: "";
  z-index: 1;
}
.contact-us__paragraph {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.contact-us__link {
  margin-left: 5px;
  text-decoration: none;
}

.our-phone-number__paragraph {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin: 20px auto;
}
.our-phone-number__link {
  text-decoration: none;
}
.our-phone-number__link:focus, .our-phone-number__link:focus-visible {
  border: 2px solid black;
}
.our-phone-number__link:hover {
  border-bottom: 2px solid #566ac1;
}

.contact-form .formheader {
  margin-bottom: 10px;
  margin-top: 40px;
  font-size: 28px;
}
.contact-form__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-form__column input {
  width: 100%;
  padding: 16px 25px;
  border-radius: 25px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 1.27rem;
  font-style: normal;
  border: solid 2px rgba(128, 128, 128, 0.18);
  outline: none;
}
.contact-form__column input:focus, .contact-form__column input:hover {
  border: 2px solid black;
}
.contact-form__column .calendar-icon {
  background-image: url(/assets/calendar-days-solid.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 20px;
}
.contact-form__column input[type=date] {
  border: solid 2px rgba(128, 128, 128, 0.18);
  outline: none;
}
.contact-form__column select {
  width: 100%;
  padding: 17px 25px;
  border-radius: 25px;
  margin-bottom: 30px;
  background-position: 95% 50%;
  background-image: url(/assets/down-arrow-blue.svg);
  background-repeat: no-repeat;
  font-style: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 20px;
  border: solid 2px rgba(128, 128, 128, 0.18);
  outline: none;
  font-weight: 500;
  font-size: 1.27rem;
  font-style: normal;
  background-color: white;
}
.contact-form__column select:focus, .contact-form__column select:hover {
  border: 2px solid black;
}
.contact-form__column label {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-form__column label .required-asterisk {
  color: #c7002a;
}
.contact-form__column textarea {
  width: 100%;
  padding: 16px 25px;
  border-radius: 25px;
  margin-bottom: 30px;
  border: solid 2px rgba(128, 128, 128, 0.18);
  outline: none;
}
.contact-form__column textarea:focus, .contact-form__column textarea:hover {
  border: 2px solid black;
}
.contact-form .submit-button {
  background: #1D2859;
  color: white;
  border-radius: 15px;
  padding: 10px;
  border: 0;
  width: 150px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 500;
}
.contact-form .submit-button:focus, .contact-form .submit-button:focus-visible, .contact-form .submit-button:hover {
  background-color: #566ac1;
}/*# sourceMappingURL=contact_us.css.map */