.subscription__privacy-form {
  justify-content: flex-end;
}

.subscription__privacy-link {
  background: #fff;
  border-radius: 7px;
  color: #325cc8;
  max-width: 340px;
  padding: 0 24px;
  text-align: center;
  text-decoration: none;
}

.privacy-contact-card__text {
  color: #0a2540;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 14px;
  text-align: center;
}

.privacy-contact-card .form__button {
  padding: 0 18px;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 767px) {
  .subscription__privacy-link {
    max-width: none;
  }
}

.contacts__cards[data-v-3bdb00af] {
  grid-template-columns: repeat(2, minmax(0, 520px));
  justify-content: center;
}

.contacts__card[data-v-3bdb00af] {
  width: 100%;
}
