.footer-img a img {
  filter: invert(1);
}

#counter_1 .counterNumber::after {
content: '+';
}

#counter_2 .counterNumber::before {
content: '%';
}

.btn {
border-radius: 50px;
padding: 10px 15px;
}

.icon-section .icon-wrapper {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#icon-section-1 .icon-wrapper {
height: 221px;
}

@media screen and (max-width: 768px) {
#icon-section-1 .icon-wrapper {
height: 305px;
}
}

.section-header .dropdown-menu {
    min-width: 300px !important;
}