/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.quote {
  padding: 1rem;
  font-size: calc(1.275rem + .3vw);
  line-height: 1.5;
  font-weight: 400;
  font-variation-settings: "opsz" 14;
  font-style: italic;
  background-color: #c6dfd0;
  color: #000;
  text-align: center;
}

@media (min-width: 1200px) {
  .quote {
    font-size: 1.5rem;
  }
}

.quote p:last-child {
  margin-bottom: 0;
}

