.ratings {
    margin: 15px 0;
    min-height: 24px;
}
.reviews-container {
    background-color: #ffffff;
    margin-top: 3em;
    padding: 40px 0;
}
.reviews-header {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.reviews-header-cta span {
    cursor: pointer;
}
@media (max-width: 1024px) {
  .reviews-header {
    display: block;
  }
}

