.custom-quote {
  margin: 40px 0;
}
.custom-quote .container {
  padding: 0;
}
.custom-quote__content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.custom-quote__author {
  width: 80px;
  height: 107px;
}
.custom-quote__author img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.custom-quote__text {
  display: flex;
  flex-flow: column;
  gap: 20px;
  width: 100%;
}
.custom-quote__quote p {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.01em;
  max-width: unset;
  color: #000000;
}
.custom-quote__name p {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  max-width: unset;
}
.custom-quote p {
  margin: 0;
}

@media (max-width: 1279px) {
  .custom-quote__content {
    flex-flow: column;
    gap: 32px;
  }
  .custom-quote__quote p {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
  }
} /*# sourceMappingURL=style.css.map */
