.footer-img a img {
  width: 25%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #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: "+";
}

.icon-section .icon-wrapper {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.icon-wrapper {
  border-radius: 40px;
}

#icon-section-1 .icon-wrapper {
  height: 200px;
}

#icon-section-2 .icon-wrapper,
#icon-section-3 .icon-wrapper {
  height: 290px;
}

#icon-section-2 .custom-col:nth-child(1) .icon > span::before {
  content: "\f3ed";
}

#icon-section-2 .custom-col:nth-child(2) .icon > span::before {
  content: "\f06e";
}

#icon-section-2 .custom-col:nth-child(3) .icon > span::before {
  content: "\f24e";
}

#icon-section-2 .custom-col:nth-child(4) .icon > span::before {
  content: "\f4be";
}

#icon-section-3 .custom-col:nth-child(1) .icon > span::before {
  content: "\f19c";
}

#icon-section-3 .custom-col:nth-child(2) .icon > span::before {
  content: "\f0eb";
}

#icon-section-3 .custom-col:nth-child(3) .icon > span::before {
  content: "\f24e";
}

#icon-section-3 .custom-col:nth-child(4) .icon > span::before {
  content: "\f086";
}

@media screen and (max-width: 768px) {
  #icon-section-1 .icon-wrapper {
    height: 250px;
  }
}
