/* custom.css avoids relying on build tools */

.page-template-page-flexible-template {
  .two-column-stats {
    .content-wrapper {
      .stats {
        .stat-single {
          h1 {
            &:before {
              display: none !important;
              min-width: 144px;
              text-align: right;
            }
          }
        }
      }
    }
  }
}