.footer-img a img {
  width: 25%;
  height: auto;
}

.btn,
.btn-color {
  border-radius: 50px;
  padding: 10px 20px;
}

.icon-section .icon-wrapper {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  border-radius: 15px;
}

#icon-section-1 .icon-wrapper {
  height: 246px;
}

#counter_1 .counterNumber::after,
#counter_2 .counterNumber::after,
#counter_3 .counterNumber::after,
#counter_4 .counterNumber::after {
  content: "+";
}

@media screen and (max-width: 768px) {
  #counter-section-0 .counter-col {
    width: 50% !important;
  }

  #icon-section-1 .icon-wrapper {
    height: 306px;
  }
}
