.lt-wyg {
  background: #ffffff;
  padding: 80px 24px;
  color: #000000;
}

.lt-wyg__inner {
  max-width: var(--lo-content-width, 1200px);
  margin: 0 auto;
  width: 100%;
}

.lt-wyg__heading {
  margin: 0 0 24px;
  text-align: center;
  font-family: var(--ff-base, Montserrat, Arial, sans-serif);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000000;
}

.lt-wyg__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .lt-wyg__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lt-wyg__card {
  background: #000000;
  border-radius: 6px;
  padding: 32px 24px;
  text-align: center;
  color: #ffffff;
}

.lt-wyg__icon {
  margin-bottom: 16px;
  line-height: 0;
}

.lt-wyg__icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

.lt-wyg__value {
  font-family: var(--ff-base, Montserrat, Arial, sans-serif);
  font-weight: 700;
  font-size: 48px;
  line-height: 1.05;
  color: #00d9ff;
}

.lt-wyg__label {
  margin-top: 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
    letter-spacing: 2px;
    text-transform: var(--tt-title);
}
}

@media (max-width: 767px) {
  .lt-wyg__value { font-size: 38px; }
  .lt-wyg__label {

  font-size: 13px;

}
}
