/* Start custom CSS for text-editor, class: .elementor-element-7e4cabe0 */h1 {
    text-align: center;
    font-weight: bold
}

h2 {
    text-align: center;
}

.contact-form {
    display: flex;
    justify-content: center;
    padding: 5px;
    max-width: 500px;
    margin: 0 auto;
}

.contact-form .gform_wrapper {
    width: 100%;
    max-width: 900px; 
    margin: 0 auto; 
}/* End custom CSS */
/* Start custom CSS */form {
      max-width: 700px;
    }

    .form-row {
      display: flex;
      justify-content: space-between;
      gap: 20px;
    }

    .form-column {
      flex: 1;
    }

    .form-column label {
      display: block;
      font-weight: 600;
      margin-bottom: 10px;
      margin-top: 10px;
    }

    .form-column .options {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }/* End custom CSS */