.footer-img a img {
  width: 25%;
  height: auto;
}

.icon-section .icon-wrapper {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 15px;
}

#icon-section-1 .icon-wrapper {
  height: 235px;
}

@media screen and (max-width: 768px) {
  #icon-section-1 .icon-wrapper {
    height: 513px;
  }
}

#counter_1 .counterNumber::after,
#counter_2 .counterNumber::after {
  content: "+";
}

.btn, .btn-color {
  border-radius: 5px !important;
}
