/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.inline-content-cta {
  background-color: #323232;
  padding: 40px 20px;
  margin: 20px 0px;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-weight: bold !important;
}

.inline-content-cta p {
  font-weight: bold !important;
  margin: 0 !important;
}

.inline-content-cta a.cta-button {
  display: table;
  background-color: #ec1e24;
  text-decoration: none;
  color: white;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600 !important;
  margin: 0 auto;
  margin-top: 30px;
}
