.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: 20px;
}

#icon-section-1 .icon-wrapper {
height: 242px;
}

#counter_1, .counterNumber::after,
#counter_2, .counterNumber::after,
#counter_3, .counterNumber::after {
content: '+';
}

#counter_4, .counterNumber::before {
content: '%';
}

@media screen and (max-width: 768px) {
#counter-section-0 .counter-col {
    width: 50% !important;
}
}