/* Desktop */
@media screen and (min-width: 1550px) {
.blockquote p::first-letter {
  font-weight: bold;
  font-size: 2rem;
  color: red;
}
}