.footer-img a img {
    filter: invert(1);
}

#footer-social-media li {
    border: 1px solid #fff;
    border-radius: 50px;
    margin-top: 10px;
}

.btn {
border-radius: 50px;
padding: 10px 15px;
}

.icon-section .icon-wrapper {
    box-shadow:
        rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 15px;
}

#icon-section-1 .icon-wrapper {
    height: 247px;
}

@media screen and (max-width: 768px) {
    #icon-section-1 .icon-wrapper {
        height: 331px;
    }

    #counter-section-0 .counter-col {
        width: 50% !important;
    }
}

#counter_1 .counterNumber::after,
#counter_2 .counterNumber::after,
#counter_3 .counterNumber::after,
#counter_4 .counterNumber::after {
    content: "+";
}

.section-header .dropdown-menu {
    min-width: 300px !important;
}