.scroll-top-button {
  align-items: center;
  background-color: #6a4c72;
  border: none;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  height: 80px;
  justify-content: space-around;
  position: fixed;
  right: 30px;
  width: 70px;
  z-index: 1;
}

.scroll-top-button span {
  font-size: 1.4rem;
  font-weight: 600;
}

.scroll-top-button i {
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 991.98px) {
  .scroll-top-button { display: none }
}