@charset "UTF-8";
blockquote {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 29px;
  line-height: 1.8125rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  max-width: 600px;
  position: relative;
  padding: 0.5rem;
  color: #1A1A1A;
}
blockquote::before {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  content: "“";
  left: -10px;
  top: 0;
  position: absolute;
  width: 10px;
  height: 10px;
}
blockquote footer {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-weight: 700;
  color: #1A1A1A;
}
