.quezako-title {
  font: 600 24px Dosis, sans-serif;
  text-transform: uppercase;
  margin: 0;
}

.quezako-article-wrapper > :not(:first-child) {
  margin-top: 15px;
}

.blockquote-wrapper {
  display: flex;
}

.blockquote-wrapper > :not(:first-child) {
  margin-left: 15px;
}

.blockquote-verticalBar {
  flex: 0 0 auto;
  width: 4px;
  background: linear-gradient(180deg, #FF555D 0%, #7A246C 100%), #FF555D;
}

.quezako-article-wrapper blockquote {
  margin: 0;
}

.quezako-article-wrapper blockquote > a {
  color: inherit;
  text-decoration: underline;
}

.quezako-article-wrapper > p {
  margin: 0;
}

.quezako-aside-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
  padding: 30px;
  border-radius: 5px;
}

.quezako-aside-wrapper > :not(:first-child) {
  margin-top: 15px;
}

.quezako-aside-figure {
  margin: 0;
}

.quezako-aside-figure > :not(:first-child) {
  margin-top: 7.5px;
}

.quezako-aside-img {
  max-width: 100%;
  border-radius: 2px;
}

@media (min-width: 1200px) {
  .quezako-aside-wrapper {
    flex-direction: row;
    align-items: unset;
  } 

  .quezako-aside-wrapper > :not(:first-child) {
    margin-top: 0;
    margin-left: 15px;
  }

  .quezako-aside-figure {
    width: calc(50% - 7.5px);
  }
}

.edito-img {
  max-width: 100%;
  border-radius: 2px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.edito-figure > :not(:first-child) {
  margin-top: 15px;
}

.edito-figcaption {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #828282;
}

.edito-figcaption > span:nth-of-type(2) {
  font-style: italic;
}