.scroll_up {
  align-items: center;
  background-color: #f0c20c;
  border-radius: 50%;
  bottom: 46px;
  display: flex;
  filter: blur(24%);
  justify-content: center;
  height: 60px;
  opacity: 92%;
  position: fixed;
  right: 40px;
  text-decoration: none !important;
  width: 60px;
  z-index: 9999;
}

.scroll_up i {
  color: #fff;
  font-size: 34px;
  position: relative;
}

@media (max-width: 767px) {
  .scroll_up {
    bottom: 102px;
    height: 46px;
    right: 16px;
    width: 46px;
  }
}
