.single-review__content {
  width: 100%;
  display: flex;
  gap: 20px;
}
.single-review__content img {
  height: 100%;
  max-width: 264px;
  width: 100%;
  border-radius: 8px;
  margin: 0;
}
.single-review__info {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 638px;
}
.single-review p.single-review__text {
  font-family: Poppins;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #4d525a;
}
.single-review__author {
  display: flex;
  flex-flow: column;
  gap: 4px;
}
.single-review p.single-review__fullname {
  font-family: Poppins;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #0d499c;
}
.single-review p.single-review__company {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #898d90;
}

@media (max-width: 1024px) {
  .single-review__content {
    flex-flow: column;
    gap: 20px;
  }
  .single-review__content img {
    max-width: 100%;
    height: 347px;
  }
  .single-review__info {
    gap: 24px;
  }
  .single-review p.single-review__text {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #4D525A;
  }
  .single-review p.single-review__fullname {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #0D499C;
  }
  .single-review p.single-review__company {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #898D90;
  }
}/*# sourceMappingURL=style.css.map */