@charset "UTF-8";

.rating {
    background-color: #1D3930;
    color: #adadad;
    text-align: center;
    padding-bottom: 1%;
}

.rating p {
  font-size: 14px;
  line-height: 1.5 !important;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 640px) {
  .rating {
    padding-bottom: 4%;
  }
}