/* --> Responsive <-- */
.cta-contact__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit; }
  .cta-contact__text h2, .cta-contact__text p, .cta-contact__text a {
    color: #fff; }
  .cta-contact__text h2, .cta-contact__text p {
    padding: 0px 18px; }
  .cta-contact__text h2 {
    margin-top: 18px; }
  .cta-contact__text .btn-wrapp {
    margin-bottom: 18px; }

.cta-contact__image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 40px; }


/*# sourceMappingURL=cta-contact-script.css.map*/