.text-container{
  width: 75%;
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: space-between;
}

.rating-title{
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  justify-content: center;
}

.icon-block{
  font-size: 22px;
  margin-right: 0;
  font-weight: 400;
  display: block;
  text-align: center;
}

.fa-star{
  vertical-align: top;
  font-size: 10px;
}

.icon-block.column{
  font-size: 16px;
  margin-left: 7px;
  font-weight: 400;
}

.fa-star.column{
  vertical-align: top;
  font-size: 8px;
}

.rating-container{
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.rating-line-block{
  display: flex;
  width: 95%;
  margin: 0 auto;
}

.rating-col{
  height: 25px;
  margin: 8px 0 8px 0;
  text-align: center;
}

.rating-col.top{
  width: 15%;
}

.rating-col.name{
  width: 70%;
}

.rating-col.stars{
  width: 15%;
}

.hint{
  display: none;
  text-align: center;
  margin-top: 10px;
  padding: 0 2.5% 10px 2.5%;
  width: 100%;
  font-size: 13px;
}

/* MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA */
@media only screen and (min-width: 330px){
  .text-container{
    width: 70%;
  }
}

@media only screen and (min-width: 760px){
  .text-container{
    width: 60%;
  }
}
