.footer-img a img {
  filter: invert(1);
border-radius: 0px;
}

.btn {
  border-radius: 50px;
  padding: 10px 15px;
}

#footer-social-media li {
  border-radius: 50px;
  border: 1px solid #fff;
}

#counter_1 .counterNumber::after,
#counter_2 .counterNumber::after,
#counter_3 .counterNumber::after,
#counter_4 .counterNumber::after {
  content: "+";
}

@media screen and (max-width: 768px) {
  #counter-section-0 .counter-col {
    width: 50% !important;
  }
}
