.mostbet-reviews h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

.review {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;

  margin-bottom: 20px;
}

.review-span {
  display: block;
}

.review-span svg {
  width: 1.5rem;
  height: 1.5rem;
}

.review-span svg {
  border: 1px solid #ff7e39fe;
  border-radius: 50%;
  padding: 0.5rem;
}

.review-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  padding: 1rem;
  border-radius: 25px;

  background-color: #ffffffe0;
  box-shadow: 0 2px 26px rgba(0, 0, 0, 0.25);

  width: 100px;
}

.review-age {
  font-weight: normal;
  font-size: 14px;
}

.review-content {
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1.5;
  align-self: center;

  max-width: 50rem;
}

@media (max-width: 1100px) {
  .review {
    flex-direction: column;
    align-items: flex-start;

    gap: 1rem;
  }
}

@media (max-width: 426px) {
  .review-content {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .review-name {
    font-size: 1rem;
    padding: 0.5rem;
  }
}
