.form-description {
  font-size: 16px;
  margin-bottom: 32px;
}

.form-description:last-of-type {
  margin-bottom: 64px;
}

.privacy-text {
  font-weight: bold;
  color: #1859a4;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .form-description {
    text-align: left;
  }
}
