body.cms-page-view.cms-lcd-quality-breakdown-guide .main-container {
  margin-top: 0;
}
.gr-content {
  padding: 0 20px;
}
.gr-content .gr-paragraph {
  text-align: center;
  margin: 30px 0;
}
.gr-content .gr-paragraph h2 {
  font-size: clamp(26px,2vw,40px);
  font-weight: 600;
  line-height: 1.3;
  color: var(--grey-color-tone-four);
  margin-bottom: 15px;
}
.gr-content .gr-paragraph p {
  font-size: 18px;
  line-height: 30px;
  color: var(--grey-color-tone-four);
}
.gr-header-top ul, .gr-right-bar ul, .gr-left-bar ul {
  padding: 0;
}
.gr-left-bar {
  float: left;
  width: 390px;
  position: relative;
  top: -103px;
  background-color: var(--dark-color);
  color: var(--white-color);
  padding: 0 0 40px;
  border-radius: 0px 0px 20px 20px;
}
.gr-right-bar {
  float: left;
  position: relative;
  top: -92px;
}
.gr-right-bar > .grade-center-ul > li {
  padding: 5px;
}
.gr-right-bar>ul>li {
  float: left;
  width: 250px;
}
.gr-head li.gr-head-specfication {
  float: left;
  width: 390px;
  min-height: 122px;
  text-align: center;
  border-radius: 20px 20px 0px 0px;
}
.gr-head li.gr-head-specfication h4 {
  color: var(--white-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 120px;
}
.gr-head li.gr-head-img {
  float: left;
  width: 250px;
  text-align: center;
}
.gr-head li.gr-head-img>img {
  width: 150px;
  position: relative;
}
.gr-left-bar ul li {
  padding: 15px;
  border-bottom: 2px solid var(--white-color);
  width: 100%;
  height: 100px;
  display: inline-flex;
  align-items: center;
}
.gr-left-bar ul li p {
  font-size: 16px;
  margin: 0;
  line-height: 18px;
}
.gr-left-bar ul li strong {
  text-transform: uppercase;
}
.gr-right-bar>ul.grade-top-ul>li {
  border: 1px solid var(--white-color);
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
li.grade-yellow {
  background-color: #ffd26d;
}
li.grade-drakgrey {
  background-color: var(--grey-color-tone-four);
}
li.grade-blue {
  background-color: #29b2fc;
}
.gr-right-bar>ul.grade-top-ul>li.grade-yellow {
  height: 88px;
}
.gr-right-bar>ul.grade-top-ul>li.grade-drakgrey, .gr-right-bar>ul.grade-top-ul>li.grade-blue {
  top: 24px;
  min-height: 64px;
}
span.gr-icon-black {
  display: inline-block;
  width: 40px;
  height: 35px;
  background-image: url(../images/aftermerket/gr-sprites.png);
  background-position: 1px -20px;
  background-repeat: no-repeat;
}
span.gr-icon-white {
  display: inline-block;
  width: 40px;
  height: 35px;
  background-image: url(../images/aftermerket/gr-sprites.png);
  background-position: 1px -140px;
  background-repeat: no-repeat;
}
span.gr-icon-dash {
  display: inline-block;
  width: 40px;
  height: 35px;
  background-image: url(../images/aftermerket/gr-sprites.png);
  background-position: 6px -262px;
  background-repeat: no-repeat;
}
.grade-top-ul {
  float: left;
}
.grade-center-ul>li {
  height: 100px;
  border: 1px solid var(--white-color);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gr-head li:nth-child(4) img {
  top: 50px;
}
.gr-head li:nth-child(3) img {
  top: 30px;
}
.grade-center-ul li.grade-yellow>p, .grade-center-ul li.grade-drakgrey>p, .grade-center-ul li.grade-blue>p {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  line-height: 20px;
}
.grade-center-ul li.grade-drakgrey>p, .grade-center-ul li.grade-blue>p {
  color: var(--white-color);
}
.gr-right-bar>ul.grade-top-ul>li.grade-blue {
  border-radius: 0px 20px 0px 0px;
}
.gr-right-bar>ul.grade-center-ul:last-child>li.grade-blue {
  border-radius: 0px 0px 20px 0px;
}
.gr-left-bar ul li:last-child {
  border-bottom: 0;
}
.gr-footer-content .gr-left-content {
  float: left;
  width: 60%;
}
.gr-footer-content .gr-left-content h5 {
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--grey-color-tone-four);
  line-height: 1.3;
}
.gr-footer-content .gr-left-content p {
  font-size: 18px;
  line-height: 25px;
  color: var(--grey-color-tone-four);
  text-align: justify;
}
.gr-footer-content .gr-left-content p.gr-bold {
  font-weight: 700;
}
li.gr-head-specfication.no-display {
  display: none;
}
.gr-footer-content .gr-right-image {
  width: 40%;
  float: left;
}
.gr-footer-content {
  padding: 0 20px;
}
.gr-head li.gr-head-specfication {
  background-color: #cc1025;
}
/* start media query */
@media screen and (max-width:1200px) {
  .gr-head li.gr-head-specfication {
    display: none;
  }
  .gr-head li.gr-head-specfication.no-display {
      display: block;
      width: 100%;
  }
  .gr-head li.gr-head-img {
      width: 33.333%;
  }
  .gr-head li.gr-head-img>img, .gr-left-bar, .gr-right-bar>ul.grade-top-ul>li, .gr-right-bar {
      position: inherit;
  }
  .gr-head li.gr-head-specfication {
      min-height: 50px;
      border: 2px solid var(--white-color);
  }
  .gr-head li.gr-head-specfication h4 {
      line-height: 52px;
      font-size: 25px;
  }
  .gr-right-bar>ul.grade-top-ul>li.grade-drakgrey, .gr-right-bar>ul.grade-top-ul>li.grade-blue, .gr-right-bar>ul.grade-top-ul>li.grade-yellow {
      height: 99px;
  }
  .gr-right-bar>ul>li {
      border-left: 2px solid var(--white-color);
      width: 33.333%;
  }
  .gr-right-bar {
      width: 36.4%;
  }
  .grade-top-ul {
      width: 100%;
  }
  .gr-left-bar {
      width: 63.6%;
      border-radius: 0;
      padding-bottom: 0;
  }
  .gr-right-bar>ul.grade-top-ul>li.grade-blue {
      border-radius: 0px;
  }
  .grade-center-ul li.grade-yellow>p, .grade-center-ul li.grade-drakgrey>p, .grade-center-ul li.grade-blue>p {
      font-size: 12px;
      line-height: 1.2;
  }
  .gr-content {
      padding: 0;
  }
  .gr-right-bar>ul.grade-center-ul:last-child>li.grade-blue {
      border-radius: 0;
  }
  .gr-content .gr-paragraph {
      padding: 0 20px;
  }
  .gr-footer-content {
      padding: 30px 20px 0;
  }
  .gr-footer-content .gr-left-content h5 {
      font-size: 24px;
  }
  .gr-footer-content .gr-left-content p {
      font-size: 16px;
      line-height: 23px;
  }
}

@media screen and (max-width:980px) {
  .gr-footer-content .gr-right-image, .gr-footer-content .gr-left-content, .gr-footer-content .gr-left-content p {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width:768px) {
  .grade-center-ul li.grade-yellow>p, .grade-center-ul li.grade-drakgrey>p, .grade-center-ul li.grade-blue>p {
    font-size: 9px;
    line-height: 10px;
    word-break: break-all;
  }
  .gr-right-bar {
    width: 40%;
  }
  .gr-left-bar{
    width: 60%;
  }
}

@media screen and (max-width:536px) {
  .gr-content .gr-paragraph {
      margin: 20px 0 15px 0;
  }
  .gr-left-bar {
    width: 55%;
  }
  .gr-right-bar {
      width: 45%;
  }
  .gr-left-bar ul li p {
      font-size: 12px;
      line-height: 15px;
  }
  span.gr-icon-black {
      background-position: 1px 0px;
      background-size: 18px;
      background-repeat: no-repeat;
      width: 20px;
      height: 35px;
  }
  span.gr-icon-white {
      background-position: 1px -55px;
      background-size: 18px;
      background-repeat: no-repeat;
      width: 20px;
      height: 35px;
  }
  span.gr-icon-dash {
      background-position: 4px -113px;
      background-size: 18px;
      background-repeat: no-repeat;
      width: 20px;
      height: 35px;
  }
  .gr-content .gr-paragraph p{
    font-size: 16px;
  }
  .gr-content .gr-paragraph, .gr-footer-content{
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width:480px) {
  body.cms-page-view.cms-lcd-quality-breakdown-guide .main {
    width: 100%;
  }
  .gr-right-bar>ul.grade-top-ul>li.grade-drakgrey, .gr-right-bar>ul.grade-top-ul>li.grade-blue, .gr-right-bar>ul.grade-top-ul>li.grade-yellow {
      height: 120px;
  }
  .gr-left-bar ul li, .grade-center-ul>li {
      height: 121px;
  }
  .grade-center-ul li.grade-yellow>p, .grade-center-ul li.grade-drakgrey>p, .grade-center-ul li.grade-blue>p {
      font-size: 8px;
      word-break: break-word;
  }
  .gr-left-bar ul li {
    padding: 6px;
  }
  .gr-left-bar ul li p {
      font-size: 11px;
      line-height: 14px;
  }
}

@media screen and (max-width:360px) {
  .gr-right-bar {
    width: 50%;
  }
  .gr-left-bar {
      width: 50%;
  }
}
/* end media query */
