.rating-icons {
  min-height: 130px;
}

@media screen and (max-width: 534px) {
  .typed {
    min-height: 52px;
  }
  .rating-icons {
    transform: scale(0.8);
  }
}