.quote-v1 {
  padding: 54px 60px 34px 110px;
  margin-bottom: 34px;
  background-color: #e5f6f5;
  border-radius: 5px;
  background-image: url(/wp-content/themes/josappsite/assets/images/quote.png);
  -webkit-background-size: 41px auto;
          background-size: 41px auto;
  background-repeat: no-repeat;
  background-position: 40px 40px;
}
@media ( max-width: 480px) {
  .quote-v1 {
    padding: 34px 20px 34px 50px;
    -webkit-background-size: 20px auto;
            background-size: 20px auto;
    background-position: 20px 20px;
  }
}
.quote-v1 p {
  line-height: 27px;
  font-size: 16px;
  color: #414141;
}
@media ( max-width: 768px) {
  .quote-v1 p {
    font-size: 11pt;
    line-height: 1.5;
  }
}
.quote-v1 p:first-child {
  max-width: 800px;
}
.quote-v1 p:last-child {
  margin-bottom: 0;
  text-align: right;
  font-weight: 600;
  font-size: 16px;
  color: #414141;
}
@media ( max-width: 768px) {
  .quote-v1 p:last-child {
    font-size: 11pt;
    line-height: 1.5;
  }
}/*# sourceMappingURL=block.css.map */