.quote {
  line-height: 40px;

  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
.quote::before {
  content: '"';
  margin-right: 30px;

  position: relative;
  top: 60px;

  color: #00513b;
  font-size: 150px;
}
