/*!***********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/sass/entries/contact/contact.scss ***!
  \***********************************************************************************************************************************/
/* (Entries) Contact */
/*
    Variables
-------------------------------------
*/
/*
    Mixins
-------------------------------------
*/
/*
    Content post
-------------------------------------
*/
.contact {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.contact .section__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact .section__wrapper .section__inner {
  display: flex;
  justify-content: space-between;
}
.contact .section__wrapper .section__inner .flexible-layout__container,
.contact .section__wrapper .section__inner .section__background,
.contact .section__wrapper .section__inner .section__form,
.contact .section__wrapper .section__inner .section__map {
  flex-basis: 50%;
}
.contact .section__wrapper .section__inner .flexible-layout__container .section__value {
  margin-bottom: 0;
}
.contact .section__wrapper .section__inner:nth-of-type(2) {
  border: 1px solid #D9D9D9;
  border-radius: var(--content__border-radius-s);
}
.contact .section__wrapper .section__inner:nth-of-type(2) .section__form {
  padding: var(--form__space);
}

/*
    Media queries
-------------------------------------
*/
@media screen and (max-width: 650px) {
  .contact .section__wrapper .section__inner {
    flex-direction: column-reverse;
  }
}

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