.quote {
  background-color: #fff;
  text-align: center !important;
}

.quote-container {
  max-width: 1200px;
  margin: 0 auto;

}

.quote-text {
  font-family: 'Plus Jakarta Sans', sans-serif !important;;
  font-size: 2.5rem !important;
  font-weight: 600 !important;;
  line-height: 1.6 !important;;
  color: #111;
  margin-bottom: 15px;
}

.quote-author {
  font-family: 'Lora';
  font-size: 1rem;
  color: #313131;
}

/* Responsive */
@media (max-width: 768px) {
  .quote-text {
    font-size: 1.8rem !important;
    text-align: center;
  }

  .quote {
    margin: 0 5px;
  }

  .quote blockquote{
    margin: 0 5px;
  }

}