.fixed-btn {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 10px;
}
.fixed-btn a {
  background: #efbb0a;
  color: #fff;
  display: flex;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 16px;
  font-family: Roboto, sans-serif;
}
@media (max-width: 991px) {
  .button-up--u-i7soklp65 {
    bottom: 50px;
    z-index: 1;
  }
  .fixed-btn a {
    font-size: 14px;
    padding: 12px 20px;
  }
}
