.footer-img a img {
  width: 25%;
  height: auto;
}

#footer-social-media li {
  border: 1px solid var(--site-footer-title-color);
}

.icon-section .icon-wrapper {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 15px;
}

#icon-section-1 .icon-wrapper {
  height: 242px;
}

@media screen and (max-width: 768px) {
  #icon-section-1 .icon-wrapper {
    height: 247px;
  }

  #icon-section-2 .icon-wrapper {
    height: 366px;
  }

  #counter-section-0 .counter-col {
    width: 50% !important;
  }
}

#counter_1 .counterNumber::after,
#counter_2 .counterNumber::after,
#counter_3 .counterNumber::after {
  content: "+";
}

#counter_4 .counterNumber::before {
  content: "%";
}
