.whatsapp-float svg {
  display: block;
  width: 36px;
  height: 36px;
  fill: currentColor;
  transform: translate(-0.2px, 0.2px);
}

@media (max-width: 650px) {
  .whatsapp-float svg {
    width: 33px;
    height: 33px;
  }
}
