@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre&family=Cinzel:wght@400;700;900&display=swap");
h1 {
  margin: 0;
  font-family: "Cinzel", serif;
  font-weight: bold;
  font-size: 24px;
  width: 100%;
  margin-bottom: 10px;
}

.quotations {
  flex-direction: column;
  align-items: center;
}
.quotations .quote {
  text-align: center;
  min-width: 260px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 30px;
  width: 100%;
}
.quotations .quote p {
  font-size: 14px;
  padding: 5px 0;
}
.quotations .quote blockquote {
  font-size: 17px;
}
.quotations .quote .top-quote {
  font-family: "Cinzel", serif;
  border-top: solid 2px black;
  border-left: solid 2px black;
  border-right: solid 2px black;
  padding: 10px 5px;
}
.quotations .quote .author__1 {
  background-color: #F14E87;
}
.quotations .quote .author__2 {
  background-color: #FAB8C4;
}
.quotations .quote .author__3 {
  background-color: #B23460;
}
.quotations .quote .author__4 {
  background-color: #FF075E;
}

@media (min-width: 768px) {
  .quote {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 32px;
  }
  .quotations .quote p {
    font-size: 20px;
  }
  .quotations .quote blockquote {
    font-size: 26px;
  }
}/*# sourceMappingURL=MC.css.map */