.backto-top-section {
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 992px) {
  .backto-top-section {
    margin-bottom: 60px;
  }
}

.backto-top-section a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}

.backto-top-section a:hover {
  color: #000000;
  text-decoration: none;
}

.backto-top-section a i.bi-arrow-up-short::before {
  font-size: 22px;
  font-weight: 600 !important;
  top: 3px;
  position: relative;
}
