.text-quote .only-text .text:before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("/img/quote-svg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-bottom: 40px; }
.text-quote .only-text .text:after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("/img/quote-svg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-top: 40px; }
.text-quote .only-text h2 {
  font-weight: 400;
  line-height: 1.7; }
.text-quote .only-text img {
  max-width: 50px; }

.only-text .buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap; }
  .only-text .buttons a {
    margin: 5px; }

@media (min-width: 1580px) {
  .text-quote .container {
    max-width: 1140px; } }

/*# sourceMappingURL=only_text.css.map */
