.pull-quote-container {
  margin-inline: auto;
  text-align: justify;
}

@media (max-width: 749px) {
  .subtitle {
    font-size: 1.4rem;
  }
}

.pull-quote-container a {
  display: block;
  margin-left: auto;
  width: max-content;
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
}

.pull-quote-container a:hover {
  text-decoration: underline;
}