/* blockquote */
.blockquote-style {
  padding: 1rem 4rem 1rem 4rem;
  border-left: none;
  border-right: none;
  font-family: Georgia, serif;
  font-size: calc(1.5vh + 1.5vw);
  line-height: 1.2;
  color: #404040;
  text-align: justify;
}

.blockquote-style p:first-child:first-letter {
  color: #43291F;
  float: left;
  font-family: Georgia, serif;
  font-size: calc(5vh + 5vw);
  line-height: calc(3vh + 3vw);
  padding-right: calc(0.5vh + 0.5vw);
  padding-left: 0.5vw;
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .blockquote-style {
    padding: 0;
    font-size: calc(1.6vh + 1.6vw);
    line-height: 1.3;
    text-align: justify;
    color: #0f141a;
  }

  /* .blockquote-style p:first-child:first-letter {
    font-size: calc(5vh + 5vw);
    line-height: calc(3vh + 3vw);
    padding-right: 1vw;
    padding-left: 0.5vw;
  } */
}
.blockquote-footer {
  color: #43291F;
}

/*# sourceMappingURL=blockquote.css.map */
