.detail-game-description {
  box-sizing: border-box;
  margin: 18px 7px 26px;
  padding: 20px 24px 22px;
  color: #00636c;
  background: rgba(105, 226, 237, 0.94);
  border: 3px solid #00b8c9;
  border-radius: 8px;
  box-shadow: 0 4px 0 rgba(0, 116, 127, 0.2);
}

.detail-game-description[hidden] {
  display: none;
}

.detail-game-description h2 {
  margin: 0 0 12px;
  color: #00747f;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.detail-game-description-text {
  color: #00636c;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.detail-game-description-text p {
  margin: 0 0 13px;
}

.detail-game-description-text p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .detail-game-description {
    margin: 14px 5px 22px;
    padding: 16px 16px 18px;
  }

  .detail-game-description h2 {
    font-size: 19px;
  }

  .detail-game-description-text {
    font-size: 14px;
    line-height: 1.7;
  }
}
