.Quote {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}@media screen and (min-width: 769px) {.Quote {
    flex-direction: row;
}
  }@media screen and (min-width: 769px) {.Quote.hasImage .Quote-content {
      margin-left: 75px;
  }
    }@media screen and (min-width: 1026px) {
    .Quote.hasHorizonzalDistance {
      margin-right: 40px;
      margin-left: 40px;
    }
  }.Quote figcaption {
    bottom: 0;
    left: 0;
  }

.Quote figure {
  width: 255px;
  min-width: 255px;
  margin-bottom: 50px;
  border: 7px solid var(--clr-primary);
}

@media screen and (min-width: 769px) {

.Quote figure {
    margin-right: 20px;
    margin-bottom: 0;
}
  }

@media screen and (min-width: 1026px) {

.Quote figure {
    width: 300px;
    min-width: 300px;
}
  }

.Quote-image .caption {
  display: inline-block;
  width: 255px;
  max-width: 255px;
  word-break: break-word;
}

@media screen and (min-width: 1026px) {

.Quote-image .caption {
    width: 300px;
    max-width: 300px;
}
  }

@media screen and (max-width: 768px) {

.Quote-content {
    max-width: 500px;
}
  }

.Quote-text {
  margin-bottom: 25px;
  font-size: 1.25rem;
  word-break: break-word;
}

.Quote-author {
  font-weight: 700;
  text-transform: uppercase;
}
