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