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