.footer-img > a > img {
  width: 25%;
  height: auto;
  border-radius: 0px !important;
}

#counter_1 .counterNumber::after, #counter_2 .counterNumber::after, #counter_3 .counterNumber::after, #counter_4 .counterNumber::after {
  content: '+'
}

.icon-wrapper {
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
height: 250px !important;
}

@media screen and (width: 768px) {
.icon-wrapper {
height: 350px !important;
}
}