.scrollToTop {

  width: 50px;
  height: 50px;
  line-height: 30px;
  text-align: center;
    position: fixed;
    bottom: 45px;
    right: 50px;
    z-index: 999;
}

@media screen and (min-width: 576px) {
  .scrollToTop {
    width: 50px;
    height: 50px;
    line-height: 30px;
    text-align: center;
      position: fixed;
      bottom: 45px;
      right: 50px;
      z-index: 999;
  }
}
.scrollToTop:hover {
  color: #FCE7E9;
}