@media (max-width: 768px) {
  .scroll-to-top {
    bottom: 40px;
    right: 33px;
    width: 35px;
    height: 35px;
  }
  
}

.scroll-to-top i {
  font-size: 15px;
}