footer .bottom-row {
  position: relative;
}
footer .bottom-row button {
  background: transparent;
  border: none;
  font-family: var(--primary-font);
  font-size: 16px;
  width: 130px;
  padding: 0;
  margin: 0;
  text-align: left;
  position: absolute;
  left: calc(50vw - 130px);
  bottom: 10px;
  cursor: pointer;
}

@media screen and (max-width: 45rem) {
  footer .bottom-row button {
    position: relative;
    left: 0;
    margin-top: 10px;
  }
}

/*# sourceMappingURL=cookie.css.map */
