/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-am2-block-stats {
  background-color: var(--wp-admin-theme-color);
  color: #58595B;
  padding: 2px; }

.stats {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 20px 20px; }
  @media (min-width: 769px) {
    .stats {
      padding: 45px 20px; } }
  .stats__title {
    font-weight: 900;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #212121;
    font-size: 28px; }
    @media (min-width: 769px) {
      .stats__title {
        font-size: 35px; } }
  .stats__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media (max-width: 768px) {
      .stats__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-am2-block-stats {
  background-color: var(--wp-admin-theme-color);
  color: #212121;
  padding: 2px; }

.stats-item {
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .stats-item--left {
    text-align: left; }
  .stats-item--center {
    text-align: center; }
  .stats-item--right {
    text-align: right; }
  .stats-item__title {
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: 900;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #212121; }
    @media (min-width: 769px) {
      .stats-item__title {
        font-size: 25px; } }
  .stats-item__subtitle {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 400; }
    @media (min-width: 769px) {
      .stats-item__subtitle {
        font-size: 18px; } }
  .stats-item__number {
    margin-top: 20px;
    font-size: 45px;
    line-height: normal;
    color: #39B54A;
    font-weight: 900; }
    @media (min-width: 769px) {
      .stats-item__number {
        font-size: 55px;
        line-height: 1; } }


/*# sourceMappingURL=style-index.css.map*/