.back-to-top {
  position: fixed;
  bottom: 3vh;
  right: 3vw;
  display: none;
  z-index: 1;
}
.back-to-top svg {
  color: #f6c92a;
}
@media (max-width: 1048.98px) {
  .back-to-top svg {
    width: 40px;
    height: 40px;
  }
}