@media screen and (max-width: 767px) {
  .fixed_btns {
    padding-right: 8rem;
    justify-content: center;
  }
  .fixed_btns .fixed_item {
    width: 90%;
  }
  body.top #back-to-top {
    bottom: 1rem;
  }
  body.top #back-to-top .to-top {
    filter: drop-shadow(0 0.3rem 0 #937e16);
    height: 7.85rem;
  }
}