/**
 * @file
 * CTAS global.
 */
/**
 * @file
 * SASS Extends.
 */
.ctas-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.brochure-link a {
  display: block;
  min-width: 270px;
  padding: 0 25px;
  color: #EC0928;
  font-weight: 700;
  font-size: 15px;
  text-decoration: underline;
  text-align: center;
}
.brochure-link a:hover {
  color: #000;
  text-decoration: underline;
}

.btn-cta-contact-us {
  min-width: 270px;
  margin-bottom: 15px;
}

/*# sourceMappingURL=ctas.css.map */
