* {
  margin: 0;
  padding: 0;
}

button:focus {
  outline: none;
}

.marking-text {
  width: 80%;
  max-width: 1200px;
  min-width: 320px;
  display: flex;
  align-self: center;
  box-sizing: border-box;
}
@media (max-width: 850px) {
  .marking-text {
    width: 90%;
  }
}

.parent-center-box {
  width: 100%;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  align-self: center;
}

.terms-link {
  text-align: center;
  margin-top: 15px;
}
.terms-link a {
  color: rgba(61, 129, 96, 0.67);
  text-decoration: underline;
}
.terms-link a:hover {
  color: rgb(61, 129, 96);
}
