.text-button-block {
  margin-top: -1rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .text-button-block {
    margin-top: -1.25rem;
    margin-bottom: 7.5rem;
  }
}
.text-button-block .ff-secondary {
  line-height: 1.7;
}
@media (max-width: 767.98px) {
  .text-button-block .ff-secondary {
    font-size: 1rem;
    line-height: 1.625;
  }
}
