.callout-banner {
  display: flex;
  justify-content: center;
  padding: 48px 32px;
}
.callout-banner.align-left .callout-inner {
  text-align: left;
}
.callout-banner.align-right .callout-inner {
  text-align: right;
}
.callout-banner.callout-success {
  background: #04672B;
  color: #FAFAFA;
}
.callout-banner.callout-info {
  background: #0d6efd;
  color: #FAFAFA;
}
.callout-banner.callout-warning {
  background: #ffc107;
  color: #212529;
}
.callout-banner.callout-dark {
  background: #1f2937;
  color: #FAFAFA;
}
.callout-banner h6 {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #FAFAFA;
  margin-bottom: 32px;
  text-align: center;
}
.callout-banner p {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FAFAFA;
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .callout-inner {
    max-width: 1140px;
  }
}
