.l-counters {
  background: url("../img/pattern.webp"), #2192FB;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  padding: 70px 0;
}

@media only screen and (max-width: 767px) {
  .l-counters {
    background-image: none;
    padding: 60px 0 15px;
  }
}

.l-counters__counter {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .l-counters__counter {
    margin: 15px 0;
    padding: 0 0 80px;
    width: calc( 100% - 30px) !important;
  }
}

.l-counters__counter:not(:last-child):after {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  content: '';
  height: 96px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}

@media only screen and (max-width: 767px) {
  .l-counters__counter:not(:last-child):after {
    content: none;
  }
}

.l-counters__label {
  font-size: 18px;
  font-weight: 500;
}

.l-counters__number {
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.l-counters__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .l-counters__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
/*# sourceMappingURL=counters.css.map */