.footer-img a img {
  width: 25%;
  height: auto;
}

.btn,
.btn-color {
  border-radius: 0px !important;
}

.icon-section .icon-wrapper {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
}

#icon-section-1 .icon-wrapper {
  height: 202px;
}

@media screen and (max-width: 768px) {
  #icon-section-1 .icon-wrapper {
    height: 382px;
  }

  #counter-section-0 .counter-col {
    width: 50% !important;
  }
}

#counter_1 .counterNumber::after,
#counter_2 .counterNumber::after,
#counter_3 .counterNumber::after,
#counter_4 .counterNumber::after {
  content: "+";
}

#icon-section-1 .custom-col:nth-child(1) .icon > span::before {
  content: "\f1ad"; /* fa-building */
}

#icon-section-1 .custom-col:nth-child(2) .icon > span::before {
  content: "\f085"; /* fa-cogs */
}

#icon-section-1 .custom-col:nth-child(3) .icon > span::before {
  content: "\f0c0"; /* fa-users */
}

#icon-section-1 .custom-col:nth-child(4) .icon > span::before {
  content: "\f0eb"; /* fa-lightbulb */
}

#footer-social-media li a {
  border: 1px solid var(--site-footer-title-color);
}
