main {
  height: 230px;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content p {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 30px;
  margin-top: 80px;
}

@media (max-width: 540px) {
  main {
    height: 40vh;
    display: flex;
    justify-content: center;
  }
  .content {
    margin: 0 20px;
  }
  .content p {
    font-size: 1.6em;
    text-align: center;
    margin-top: 110px;
  }
}/*# sourceMappingURL=quotation.css.map */