@media (max-width: 600px) {
  .rating-img {
    position: relative;
    width: 100%;
    display: flex;
    transform: translate(-15%, -8%);
    margin-bottom: -40px;
  }

  .rating-logo {
    height: 24px;
    right: 0;
    bottom: 0;
    position: absolute;
  }
}

@media (min-width: 600px) and (max-width: 1235px) {
  .rating-img {
    position: relative;
    width: 100%;
    display: flex;
    transform: translate(-15%, -8%);
    margin-bottom: -60px;
  }

  .rating-logo {
    height: 24px;
    right: 0;
    bottom: 0;
    position: absolute;
  }
}

@media (min-width: 1236px) {
  .rating-img {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-61%, -50%);
  }

  .rating-logo {
    height: 24px;
    right: 0;
    bottom: 0;
    position: absolute;
  }
}
