.counter-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 162px; }
  .counter-block__item {
    text-align: center; }

.counter-label {
  text-transform: uppercase; }

@media only screen and (max-width: 1000px) {
  .counter-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px; } }

@media only screen and (max-width: 513px) {
  .counter-block {
    margin-top: 80px; } }

@media only screen and (max-width: 360px) {
  .counter-block {
    margin-top: 160px; } }


/*# sourceMappingURL=counter-block-script.css.map*/