.counter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .counter .counter__item {
    max-width: 25%; }
  .counter .counter__counter-label {
    opacity: 0.2;
    font-size: 26px;
    font-weight: bold;
    color: var(--dark-color); }
  .counter .counter__counter-value,
  .counter .counter__symbol {
    font-size: 60px;
    font-weight: bold;
    color: var(--dark-color); }

@media (max-width: 991px) {
  .counter .counter__counter-label {
    font-size: 22px; }
  .counter .counter__counter-value,
  .counter .counter__symbol {
    font-size: 46px; } }
@media (max-width: 500px) {
  .counter .counter__item {
    max-width: none;
    min-width: 50%;
    text-align: center;
    margin-bottom: 30px; } }

/*# sourceMappingURL=counter.min.css.map */
