.p-section-stats-style1--col-1 .p-section-stats-style1__item {
  flex-basis: 100%;
}

.p-section-stats-style1--col-3 .p-section-stats-style1__item,
.p-section-stats-style1--col-4 .p-section-stats-style1__item {
  flex-basis: 50%;
  font-size: 0.95rem;
}

.p-section-stats-style1__item-title {
  font-family: var(--v-font-family__default);
  font-weight: var(--v-font-weight__default--bold);
  font-size: 1rem;
  font-style: normal;
  /* border-bottom: 1px dashed var(--v-color__3); */
  position: relative;
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
}

.p-section-stats-style1__item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 4rem;
  border-bottom: 1px solid var(--v-color__3);
}

@media (min-width: 500px) {
  .p-section-stats-style1--col-3 .p-section-stats-style1__item {
    flex-basis: 33.33%;
  }

  .p-section-stats-style1--col-4 .p-section-stats-style1__item {
    flex-basis: 25%;
  }
}
