.button.whatsapp img {
  filter: brightness(0) invert(1);
  height: 20px;
  width: 20px;
}

.service-card > .service-icon {
  align-items: center;
  background: #eef7f9;
  border: 1px solid #c7e1e7;
  border-radius: 12px;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.service-icon img {
  height: 25px;
  width: 25px;
}
