.gamereviewstars {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
.gamereviewstars .left {
  margin-right: 15px;
  min-width: 250px;
  flex: none;
}
.gamereviewstars .left p.title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #25283D;
  margin-bottom: 35px;
}
.gamereviewstars .left .main-rating {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}
.gamereviewstars .left .main-rating::before {
  content: url('img/star.svg');
  margin-right: 18px;
}
.gamereviewstars .left .main-rating p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #25283D;
  margin-bottom: 0;
}
.gamereviewstars .left .main-rating p span {
  font-size: 16px;
  color: #222222;
  position: relative;
  top: 5px;
  left: 5px;
}
.gamereviewstars .left .slotbewertung p.sbtitle {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #25283D;
  margin-bottom: 20px;
}
.gamereviewstars .left .slotbewertung p.sbtitle::before {
  content: url('img/info.svg');
  margin-right: 12px;
}
.gamereviewstars .left .slotbewertung .sbtext {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #25283D;
  margin-bottom: 0;
  display: none;
}
.gamereviewstars .left .slotbewertung .sbtext p {
  margin-bottom: 5px;
}
.gamereviewstars .right {
  width: 580px;
  flex: none;
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
  border-radius: 20px;
  padding: 25px;
}
.gamereviewstars .right .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid #F0F3F3;
}
.gamereviewstars .right .line:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.gamereviewstars .right .line:first-child {
  padding-top: 0;
}
.gamereviewstars .right .line p {
  margin-bottom: 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #25283D;
}
.gamereviewstars .right .line .block-stars-yellow {
  display: flex;
}
.gamereviewstars .right .line .block-stars-yellow svg {
  margin-right: 4px;
}
@media screen and (max-width: 1200px) {
  .gamereviewstars .right {
    width: auto;
    flex: 1;
  }
}
@media screen and (max-width: 1000px) {
  .gamereviewstars {
    display: block;
  }
}
