.whatsapp-float {
  float: right;
  position: fixed;
  top: 82vh;
  left: 95vw;

}
.whatsapp-float .whatsapp-icon {
  display: flex;
  align-items: bottom;
  background: white;
  padding: 10px 10px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  text-decoration: none;
}
.whatsapp-float .whatsapp-icon img {
  width: 45px;
  height: 45px;
}

@media screen and (max-width: 1200px){
  .whatsapp-float {
  top: 84vh;
  left: 85vw;
  }
}