.companyQuote {
  padding: 40px 0;
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  font-family: 'Dancing Script', cursive;
  border: 0;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .companyQuote {
    font-size: 30px;
  }
}
