.enquiry-content-wrapper{
  max-width: 650px;
  margin: 0 auto;
}
.enquiry-heading-wrapper{
  .enquiry-heading{
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--#{$variable-prefix}eeire-black);
  }
  .enquiry-desc{
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--#{$variable-prefix}light-text-color);
  }
}

.custom-phone-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem;
  margin-bottom: 1.75rem;
  .custom-field-phone {
    flex: 1;
  }
  .custom-field-phonedropdown{
    width: 100px;
  }
}