@media screen and (max-width: 800px) {
.rate-section {
margin-bottom: 15px;
}
}

@media screen and (min-width: 641px) {
  .rate-section .fivestar-summary {
    margin: 0 0 10px -111px;
  }
}