.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;
}
  }

.Quote-image {
  max-width: 255px;
  margin-bottom: 50px;
  border-radius: 50%;
}

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

.Quote-image {
    max-width: 400px;
    margin-bottom: 0;
}
  }

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

.Quote-content {
    margin-left: 75px;
}
  }

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

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

.Quote-text {
  margin-bottom: 25px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.0625rem;
  word-break: break-word;
  color: #313131;
}

.Quote-author {
  margin-bottom: 40px;
  font-size: 1.125rem;
}
