.clearfix::before, .clearfix::after {
  content: '';
  display: table; }

.clearfix::after {
  clear: both; }

.quote__container {
  width: 100%;
  max-width: 47.25rem;
  margin: 0 auto; }
  @media (max-width: 768.98px) {
    .quote__container {
      max-width: 100%;
      width: 100%;
      padding: 0 1.5rem; } }
  .quote__container svg {
    margin-bottom: 1.875rem; }

.quote__wrapper,
.quote p {
  font-family: 'gill-light', Arial, sans-serif;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  color: #62742F; }
