.custom-block.block-stats .stats-intro {
  padding-bottom: 3rem;
}
.custom-block.block-stats .stats-container .col,
.custom-block.block-stats .stats-container [class^=col-] {
  padding: 0 2.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .custom-block.block-stats .stats-container .stat-wrapper:not(:nth-child(2n)) {
    border-right: 1px solid #1B1A33;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-block.block-stats .stats-container .stat-wrapper:not(:nth-child(3n)) {
    border-right: 1px solid #1B1A33;
  }
}
@media (min-width: 992px) {
  .custom-block.block-stats .stats-container .stat-wrapper:not(:last-child) {
    border-right: 1px solid #1B1A33;
  }
}
.custom-block.block-stats .stats-container .stat-wrapper:last-child {
  border-right: none !important;
}
.custom-block.block-stats .stats-container span {
  display: block;
}
.custom-block.block-stats .stats-container span.stat-value {
  font-family: "SUSE", Arial, sans-serif;
  font-size: 4rem;
  text-transform: uppercase;
}
.custom-block.block-stats.bg-colour-primary .stat-wrapper {
  border-color: #f8f8f8 !important;
}
.custom-block.block-stats.bg-colour-primary .stat-wrapper span.stat-pre,
.custom-block.block-stats.bg-colour-primary .stat-wrapper span.stat-post {
  color: white;
}
.custom-block.block-stats.bg-colour-secondary .stat-wrapper {
  border-color: #f8f8f8 !important;
}
.custom-block.block-stats.bg-colour-secondary .stat-wrapper span.stat-pre,
.custom-block.block-stats.bg-colour-secondary .stat-wrapper span.stat-post {
  color: white;
}
.custom-block.block-stats.bg-colour-tertiary .stat-wrapper {
  border-color: #f8f8f8 !important;
}
.custom-block.block-stats.bg-colour-tertiary .stat-wrapper span.stat-pre,
.custom-block.block-stats.bg-colour-tertiary .stat-wrapper span.stat-post {
  color: white;
}
.custom-block.block-stats.bg-colour-slate-blue .stat-wrapper {
  border-color: #f8f8f8 !important;
}
.custom-block.block-stats.bg-colour-slate-blue .stat-wrapper span.stat-pre,
.custom-block.block-stats.bg-colour-slate-blue .stat-wrapper span.stat-post {
  color: white;
}
.custom-block.block-stats.bg-colour-black .stat-wrapper {
  border-color: #f8f8f8 !important;
}
.custom-block.block-stats.bg-colour-black .stat-wrapper span.stat-pre,
.custom-block.block-stats.bg-colour-black .stat-wrapper span.stat-post {
  color: white;
}
.custom-block.block-stats.inner-colour-primary .stat-wrapper {
  border-color: #f8f8f8 !important;
}
.custom-block.block-stats.inner-colour-primary .stat-wrapper span.stat-pre,
.custom-block.block-stats.inner-colour-primary .stat-wrapper span.stat-post {
  color: white;
}
.custom-block.block-stats.inner-colour-tertiary .stat-wrapper {
  border-color: #f8f8f8 !important;
}
.custom-block.block-stats.inner-colour-tertiary .stat-wrapper span.stat-pre,
.custom-block.block-stats.inner-colour-tertiary .stat-wrapper span.stat-post {
  color: white;
}
.custom-block.block-stats.inner-colour-slate-blue .stat-wrapper {
  border-color: #f8f8f8 !important;
}
.custom-block.block-stats.inner-colour-slate-blue .stat-wrapper span.stat-pre,
.custom-block.block-stats.inner-colour-slate-blue .stat-wrapper span.stat-post {
  color: white;
}
.custom-block.block-stats.inner-colour-black .stat-wrapper {
  border-color: #f8f8f8 !important;
}
.custom-block.block-stats.inner-colour-black .stat-wrapper span.stat-pre,
.custom-block.block-stats.inner-colour-black .stat-wrapper span.stat-post {
  color: white;
}
