.footer-img a img {
width: 25%;
height: auto;
}

.btn, .btn-color {
background: transparent;
border: 2px solid var(--site-color);
}

.btn-textimg-1 {
background: var(--site-color);
}

.icon-section .icon-wrapper {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 30px;
}

#counter_1 .counterNumber::after,
#counter_3 .counterNumber::after,
#counter_4 .counterNumber::after {
content: '+'
}

#counter_2 .counterNumber::before {
content: '%'
}

#icon-section-0, .icon-wrapper {
height: 273px;
}