.terms {
  width: calc(100% - 30px);
  max-width: 1000px;
  height: 42px;
  border-radius: 16px;
  background-color: #232323;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }
  .terms span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    font-family: 'Barlow', sans-serif; }

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