@charset "UTF-8";
.section-quote blockquote {
  font-weight: 700;
  font-size: 2.2rem;
  font-family: "Roboto;
  line-height: 3.2rem;
}
.section-quote .quote__main {
  display: block;
  position: relative;
}
.section-quote .quote__main:before, .section-quote .quote__main:after {
  content: "“";
  font-size: 10rem;
  color: #E34F78;
  font-family: "Roboto";
  font-weight: 700;
  display: block;
  line-height: 0.6;
  vertical-align: bottom;
}
.section-quote .quote__main:after {
  content: "”";
  display: inline-block;
  line-height: 0;
  margin-bottom: -1rem;
  padding-left: 2rem;
}
.section-quote cite {
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-size: 1.9rem;
  display: block;
  margin-top: 1.9rem;
  font-weight: 300;
  margin-top: 3rem;
}