.go-top {
  align-items: center;
  display: flex !important;
  justify-content: center;
  text-decoration: none !important;
}

.go-top .fa {
  border-color: #fff;
  border-style: solid !important;
  border-width: 2px 2px 0 0 !important;
  box-sizing: border-box;
  display: block !important;
  font-size: 0;
  height: 12px;
  line-height: 0;
  margin-top: 6px;
  transform: rotate(-45deg);
  width: 12px;
}

.go-top .fa::before {
  content: "" !important;
}
