#acceptance {
  text-align: left;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 13px 28px;
  z-index: 99999;
  border-top: 1px solid #555;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#acceptance a {
  white-space: nowrap;
}
#acceptance button {
  padding: 7px 17px;
  border: 0;
}
#acceptance div:nth-child(2) {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #acceptance {
    text-align: center;
    display: block;
  }
  #acceptance div:nth-child(1) {
    margin-bottom: 15px;
  }
}