/**
 * @global
 * Globally used variables
 */
/**
 * @colours
 * Colour palette main
 */
/**
 * @file
 * Site Studio Top CTA Component.
 */
.cpt-top-cta {
  text-align: center;
  padding: 10px 0;
}
.cpt-top-cta h2 {
  margin-bottom: 20px;
}
.cpt-top-cta .coh-paragraph {
  max-width: 1000px;
  margin: auto;
}
.cpt-top-cta .buttons-wrapper {
  padding: 10px 0;
  display: flex;
  justify-content: center;
}

@media (min-width: 1170px) {
  .buttons-wrapper {
    padding-top: 10px;
  }
  .buttons-wrapper .cpt-button-link {
    margin: 0 10px;
    min-width: 160px;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .cpt-top-cta h2 {
    line-height: 1.2;
  }
  .cpt-top-cta .buttons-wrapper {
    padding-top: 20px;
  }
  .cpt-top-cta .buttons-wrapper .coh-column {
    padding: 0 0.9375rem;
  }
  .cpt-top-cta .buttons-wrapper .cpt-button-link {
    margin: 0 10px;
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .cpt-top-cta .cpt-button-link {
    max-width: none;
    width: auto;
    margin-bottom: 15px;
  }
  .cpt-top-cta .buttons-wrapper {
    display: block;
  }
  .cpt-top-cta .buttons-wrapper .cpt-button-link {
    display: block;
    margin: 10px 0 0 0;
  }
}
/*# sourceMappingURL=../maps/components/top-cta.css.map */
