.quote {
  text-align: center;
  font-size: 1.2rem;
  color: var(--pokpok-color-blue);
  padding: 20px 0;
  position: relative;

  width: 280px;

  /* background-image: url('../res/img/static/laurel_left.png'), url('../../res/img/static/laurel_right.png');
  background-size: auto 120px;
  background-position: left center, right center;
  background-repeat: no-repeat; */
}
.icons .quote {
  width: initial;
}
.quote span {
  display: block;
  font-family: var(--pokpok-font-semilight);
}
.quote .author {
  font-family: var(--pokpok-font-light);
}
.quote .author a {
  color: inherit;
  text-decoration: none;
}
.quote .author a:hover {
  text-decoration: underline;
}
.quote .author img {
  height: 35px;
  margin-top: 10px;
}
.quote .author.small img {
  height: 25px;
}

@media (max-width: 1100px) {
  .quote:not(.ada) {
    order: 1;
  }
}
@media (max-width: 500px) {
  .quote {
    text-align: center;
    font-size: .8rem;
    color: var(--pokpok-color-blue);
    padding: 20px 0;
    position: relative;

    width: 150px;
  }
  .icons .quote {
    padding: 5px 0;
  }
  .quote .author img {
    height: 26px;
    margin-top: 10px;
  }
  .quote .author.small img {
    height: 20px;
  }
}
