/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.am2-form-with-image {
  color: #58595B;
  padding-bottom: 40px; }
  .am2-form-with-image h3 {
    font-family: Gelion;
    font-size: 25px;
    line-height: 1.3;
    color: #000000;
    font-weight: 700; }
  .am2-form-with-image p {
    font-family: Proxima Nova;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 20px 0; }
  .am2-form-with-image a {
    font-weight: 700;
    color: #39B54A; }
  .am2-form-with-image__inner {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 840px) {
      .am2-form-with-image__inner {
        flex-wrap: nowrap; } }
  @media (min-width: 840px) {
    .am2-form-with-image__info, .am2-form-with-image__form {
      flex: 1; } }
  .am2-form-with-image__info {
    margin-bottom: 40px;
    width: 100%; }
    @media (min-width: 840px) {
      .am2-form-with-image__info {
        margin-right: 30px;
        margin-bottom: 0;
        max-width: 40%;
        width: auto; } }
  .am2-form-with-image__image {
    border-radius: 10px; }
    .am2-form-with-image__image + div,
    .am2-form-with-image__image + h3 {
      margin-top: 30px; }
      @media (min-width: 840px) {
        .am2-form-with-image__image + div,
        .am2-form-with-image__image + h3 {
          margin-top: 50px; } }
    .am2-form-with-image__image img {
      display: block; }
  .am2-form-with-image__title {
    margin-bottom: 15px; }
  .am2-form-with-image__description-general + div {
    margin-top: 30px; }
    @media (min-width: 840px) {
      .am2-form-with-image__description-general + div {
        margin-top: 50px; } }
  .am2-form-with-image__description-company p {
    margin: 0; }
  .am2-form-with-image__form {
    width: 100%; }
    .am2-form-with-image__form .screen-reader-response {
      display: none; }
    .am2-form-with-image__form form {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 20px;
      background-color: #F7F7F7;
      border-radius: 10px; }
      @media (min-width: 840px) {
        .am2-form-with-image__form form {
          padding: 40px; } }
      .am2-form-with-image__form form .textarea-area {
        width: 100%;
        margin-bottom: 30px; }
    .am2-form-with-image__form h3 {
      width: 100%;
      margin-bottom: 20px; }
    .am2-form-with-image__form p {
      width: 100%; }
      @media (min-width: 600px) {
        .am2-form-with-image__form p {
          width: calc( 50% - 11px); } }
      .am2-form-with-image__form p:last-of-type {
        width: 100%;
        margin-bottom: 0; }
        @media (min-width: 600px) {
          .am2-form-with-image__form p:last-of-type {
            width: auto; } }
    .am2-form-with-image__form input {
      max-width: 100%;
      height: 45px;
      padding: 0 20px;
      border: none;
      border-bottom: 2px solid transparent;
      border-radius: 5px;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
      transition: border-bottom 0.3s ease-in-out; }
    .am2-form-with-image__form textarea {
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
      border: none;
      border-radius: 5px;
      border-bottom: 2px solid transparent;
      transition: border-bottom 0.3s ease-in-out;
      font-size: 18px;
      padding: 10px 20px; }
    .am2-form-with-image__form p:focus,
    .am2-form-with-image__form p:active,
    .am2-form-with-image__form span:focus,
    .am2-form-with-image__form span:active,
    .am2-form-with-image__form input:focus,
    .am2-form-with-image__form input:active,
    .am2-form-with-image__form textarea:focus,
    .am2-form-with-image__form textarea:active {
      outline-color: transparent;
      outline-width: 0px;
      border-bottom-color: #39B54A; }
    .am2-form-with-image__form input[type="submit"] {
      background-color: #39B54A;
      color: #ffffff;
      border-radius: 5px;
      min-width: 125px;
      height: 50px;
      font-size: 18px;
      width: 100%; }
      @media (min-width: 600px) {
        .am2-form-with-image__form input[type="submit"] {
          width: auto; } }
    .am2-form-with-image__form .wpcf7-response-output {
      margin-top: 20px; }
    .am2-form-with-image__form .wpcf7-not-valid-tip {
      font-size: 16px; }


/*# sourceMappingURL=style-index.css.map*/