.mb-only {
  display: none !important;
}

.pc-pad {
  display: block !important;
}
@media (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }

  .pad-only {
    display: block !important;
  }

  .mb-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mb-only {
    display: block !important;
  }

  .pc-pad {
    display: none !important;
  }
}
/* CHERY HONORS */
.banner_text {
  padding: 5rem;
}
.btl_t1 {
  font-size: 55px;
}
.banner_t_right {
  font-size: 18px;
  line-height: 20px;
}
/* KEY AWARDS */
.key_awards {
  padding: 5rem;
  .kay_title {
    font-size: 30px;
    font-weight: 400;
  }
  .kay_btn .kb_box {
    height: 30px;
    width: 30px;
    img {
      height: 15px;
      width: auto;
    }
  }
  .swiper-slide {
    width: 100%;
    margin-right: 15px;
  }
  .key_sd_u1 {
    border-radius: 30px;
    position: relative;
    z-index: 1;
    .ksu_bg {
      width: 100%;
      position: relative;
    }
    div {
      height: 100%;
      padding: auto;
      top: 0;
    }
  }
  .key_sd_u1 img {
    width: 90%;
    margin: auto;
    height: 100%;
    object-fit: contain;
  }
}
/* Brand Milestone */
.honors_list_box {
  .honors_list .l_top {
    position: relative;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(217, 214, 209);
    padding: 0 150px;
  }
  .lt_title {
    font-size: 18px;
    font-weight: 400;
  }
  .lt_tab div {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 20px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    margin-right: 10px;
  }
  .lm_left {
    display: flex;
    flex-direction: column;
  }
  .lm_left_bk{
    width: 100%;
  }
  .lml_title {
    width: 100%;
    font-size: 50px;
  }
}
