.opinie-white .review .one-review {
  border-bottom: 1px solid var(--light-bg2);
  border-radius: 0; }
  .opinie-white .review .one-review:last-child {
    border-bottom: none; }

.review .one-review {
  margin-bottom: 35px; }
  .review .one-review .wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 25px;
    border-radius: 29px; }
  .review .one-review .title {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
  .review .one-review .photo {
    min-width: 101px;
    width: 101px;
    height: 101px;
    min-height: 101px;
    margin-right: 25px;
    border-radius: 50%; }
    .review .one-review .photo .image {
      height: 100%;
      margin: 0;
      display: flex;
      justify-content: center; }
      .review .one-review .photo .image.icon img {
        object-fit: contain;
        border-radius: 0;
        max-width: 60%; }
    .review .one-review .photo img {
      border-radius: 50%;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .review .one-review .text {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .review .one-review .sign p {
    color: var(--element2-color);
    font-size: 30rem;
    font-weight: 600;
    margin: 0; }

@media (max-width: 575.5px) {
  .review .one-review {
    padding: 20px; }
    .review .one-review .wrapper {
      flex-direction: column;
      align-items: center; }
    .review .one-review .photo {
      min-width: 100px;
      width: 100px;
      height: 100px;
      margin-bottom: 20px;
      margin-right: 0; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .review .one-review .sign p {
    font-size: 25rem; }
  .review .one-review .photo {
    margin-right: 18px;
    min-width: 90px;
    width: 90px;
    height: 90px;
    min-height: 90px; }
  .review .one-review .title {
    margin-bottom: 30px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .review .one-review .sign p {
    font-size: 25rem; }
  .review .one-review .photo {
    margin-right: 18px;
    min-width: 90px;
    width: 90px;
    height: 90px;
    min-height: 90px; }
  .review .one-review .title {
    margin-bottom: 30px; } }

/*# sourceMappingURL=review.css.map */
