/* ========================================================================
   Section: Quote
 ========================================================================== */

 /* Please refer to themes/theme.override.css, more styling in happening there */

.spw-quote {
  width: 100%;
}

.spw-quote__saying {
  text-align: center;
  font-size: 28px;
  line-height: 42px;
  font-weight: bold;
}

.spw-quote__author {
  padding-right: 1rem;
  text-align: right;
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 0;
}

.light .spw-quote__saying,
.light .spw-quote__author {
  color: white !important;
}

@media (min-width: 640px) {
  .spw-quote {
    width: 85%;
    margin: auto;
  }
}

@media (min-width: 960px) {
  .spw-quote__saying {
    font-size: 36px;
    line-height: 54px;
  }
}



