/*
 * Hero Layout
 */
.layout-fullwidth-text .inner-layout {
  position: relative;
  padding: 40px 20px;
}

/**
 * Preview mode
 */
.layout-fullwidth-text.is-preview {
  padding: 0 20px;
}

.layout-fullwidth-text.is-preview .h4 {
  font-size: 1.6rem;
  line-height: 2rem;
  color: black;
}

/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 700px) {
  .layout-fullwidth-text .inner-layout {
    position: relative;
  }
}

/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 960px) {
  .layout-fullwidth-text .inner-layout {
    position: relative;
    padding: 80px 40px;
  }
}

/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 1400px) {
  .layout-fullwidth-text .inner-layout {
    padding: 80px 0;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=style.css.map */