.whatsapp {
  background: #fff;
  color: #159447;
  padding: 11px 17px;
}

.whatsapp img {
  display: block;
  width: 29px;
  height: 29px;
}

@media (max-width: 760px) {
  .whatsapp {
    right: 14px;
    bottom: 14px;
    width: 64px;
    height: 64px;
    justify-content: center;
    padding: 6px;
  }

  .whatsapp img {
    width: 50px;
    height: 50px;
  }
}
