.floating-wpp {
  position: fixed;
  right: 32px;
  bottom: 96px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  background: #128c7e;
}

.floating-wpp img {
  width: 40px;
  height: 40px;
}
