@media (max-width: 1399.98px) {
  .counter-item-style1 {
    text-align: center;
  }
}
.counter-item-style1:hover .icon i,
.counter-item-style1:hover .icon img,
.counter-item-style1:hover .icon svg,
.counter-item-style1 .inner-block:hover .icon i,
.counter-item-style1 .inner-block:hover .icon img,
.counter-item-style1 .inner-block:hover .icon svg {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
.counter-item-style1 .icon {
  width: 100px;
  height: 100px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #F7F8ED;
  border-radius: 50%;
  margin-bottom: 44px;
  transition: background-color 0.4s ease;
}
@media (max-width: 1399.98px) {
  .counter-item-style1 .icon {
    margin: 0 auto;
  }
}
.counter-item-style1 .icon i {
  font-size: 50px;
  color: var(--theme-color4);
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  will-change: transform;
}
.counter-item-style1 .icon img,
.counter-item-style1 .icon svg {
  max-width: 56px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  will-change: transform;
}
.counter-item-style1 .counter {
  font-size: 80px;
  font-weight: 500;
  color: var(--headings-color);
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
@media (max-width: 1399.98px) {
  .counter-item-style1 .counter {
    display: inline-block;
    text-align: center;
  }
}
@media (max-width: 1199.98px) {
  .counter-item-style1 .counter {
    font-size: 60px;
  }
}
.counter-item-style1 .title {
  margin-bottom: 0;
  letter-spacing: -0.02em;
  color: var(--text-color);
}
@media (max-width: 1399.98px) {
  .counter-item-style1 .title {
    text-align: center;
  }
}
@media (max-width: 1199.98px) {
  .counter-item-style1 .title {
    font-size: 16px;
  }
}

.counter-item-style1:hover .inner-block .icon {
  background-color: var(--theme-color1);
}