/*
 * CTA Layout
 */
.layout-cta .inner-layout {
  padding: 40px 20px;
}

/**
 * Preview mode
 */
/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 700px) {
  .layout-cta .inner-layout {
    padding: 60px 40px 50px 40px;
    text-align: center;
  }
}

/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 960px) {
  .layout-cta .inner-layout {
    padding: 60px 60px 50px 60px;
    width: 100%;
    text-align: initial;
  }
  .layout-cta .inner-layout .text-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .layout-cta .inner-layout .text-group > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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