@media (min-width: 768px) {
    .mobile-only {
        display: none !important; 
    }
    .half_block.mogo3{height: 554px;overflow: hidden;} 
}
@media screen and (min-width: 1280px) {
    .tablet-only {
        display: none;
    }
}
.section_score_card_centent {
    display: grid;
    grid-column-gap: 18px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
}
.half_block .black_cover_height {
    border-radius: 4px;
}
.black_cover_height {
    position: relative;
    overflow: hidden;
    height: fit-content;
}
.half_block {
    border-radius: 4px;
    position: relative;
}
.black_cover_discount {
    position: absolute;
    top: 0;
    right: 40px;
    border-radius: 0 0 4px 4px;
    padding: 40px 0 16px;
    width: 143px;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
}
.half_block video {
    border-radius: 4px;
    width: 100%;
    object-fit: cover;
    display: block;
}
.black_cover_title {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 4;
}
.black_cover_price {
    position: absolute;
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.black_cover_title .pro_title {
    font-size: 42px;
    line-height: 57px;
    font-weight: 600;
}
.black_cover_title .pro_describe {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}
.black_cover_title .pro_describe {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}
.row_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.black_cover_price .pri_new {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-right: 8px;
}
.black_cover_price .pir_original {
    font-size: 22px;
    font-weight: 500;
    margin-right: 16px;
    text-decoration-line: line-through;
}
.black_cover_price .black_cover_button {
    cursor: pointer;
    display: flex;
    z-index: 3;
    align-items: center;
    border-radius: 5px;
    height: 50px;
    padding: 0 38px 0 20px;
    font-size: 18px;
}
.black_cover_price .black_cover_button svg {
    margin-left: 8px;
    width: 21px;
}
.half_block img {
    border-radius: 4px;
    display: block;
}
 .section_score_card .show_mobile {
    display: none;
  }
  .colume_center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .row_center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .score_card_title {
    font-size: 32px;
    font-weight: 700;
    min-height: 100px;
  }
  .score_card_title .title_image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .title_image p{
    margin-bottom: 0;
  }

  .section_score_card_centent {
    display: grid;
    grid-column-gap: 18px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
  .grid_one_line {
    grid-column: 1/3;
    position: relative;
    border-radius: 4px;
  }
  .one_line:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .score_card_video {
    width: 100%;

  }
  .score_card_video video,.score_card_video img {
    width: 100%;
    object-fit: cover;
    display: block;
  }
  .score_card_video video {
    border-radius: 4px;
  }
  .score_card_video img {
    border-radius: 4px;
  }
  .section_score_card .one_line  {
    display: flex;
    border-radius: 4px;
  }
  .section_score_card .one_line_left,.one_line_right {
    width: 50%;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
  }

  .section_score_card .one_line_right {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0 4px 4px 0;
  }
  .one_line_right .half_image {
    height: auto;
  }
  .one_line_right .bundle_title {
    width: 369px;
    height: 107px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    border-radius: 4px 4px 0px 0px;
    background: linear-gradient(114deg, #6512B8 6.88%, rgba(18, 25, 184, 0.00) 31.07%, rgba(91, 18, 184, 0.39) 97.7%), linear-gradient(0deg, #090D21 0%, #090D21 100%), linear-gradient(271deg, #3E54DE 6.24%, #FF9F5E 99.53%);
  }
  .one_line_right .bundle_pro {
    width: 369px;
    height: 45px;
    flex-shrink: 0;
    background: #1D2037;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }
  .bundle_pro .svg_plus {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px;
  }
  .bundle_pro .svg_plus svg{
    width: 11.5px;
  }
  .bundle_image {
    width: 285px;
    height: 268px;
    background: #000;
    padding: 8px 42px;
    border-radius: 0 0 4px 4px;
  }
  .half_block {
    border-radius: 4px;
    position: relative;
  }
  .half_block:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .half_block img{
    border-radius: 4px;
    display: block;
  }
  .half_block video{
    border-radius: 4px;
    width: 100%;
    object-fit: cover;
    display: block;
  }
  .black_bundle_bottom {
    background: #0E0E0E;
    border-radius: 0 0 4px 4px;
  }
  .black_bundle_border {
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #2E136F 5.36%, #6937F6 94.14%);
  }
  .black_bundle_content {
    display: flex;
    align-items: center;
    height: 182px;
  }
  .black_bundle_image {
    width: 134px;
    height: 134px;
    display: flex;
    margin: 0 32px 0 24px;
  }
  .black_gradient_text {
    width: fit-content;
    background:  linear-gradient(100deg, #2C126B -3.54%, #6A38F8 31.01%, #CDAEDE 57.61%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
  }
  .black_bundle_text {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }
  .black_bundle_text span {
    max-width: 240px;
  }
  .black_bundle_text .svg_plus {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px;
  }
  .black_bundle_text .svg_plus svg{
    width: 11.5px;
  }
  .black_gift_text {
    color: #7B7B7B;
    font-size: 19.708px;
    font-weight: 500;
    line-height: 27px;
  }
  .decorate_image {
    position: absolute;
    width: auto;
    z-index: 3;
  }
  @media (max-width: 1279.98px) {
    .black_bundle_text span {
    max-width: none;
  }
    .score_card_video {
      margin-bottom: -8px;
      margin-top: 16px;
    }
    .score_card_video video {
      margin-bottom: -8px;
    }
    .section_score_card .show_pc {
      display: none;
    }
    .section_score_card .show_mobile {
      display: block;
    }
    .section_score_card_centent {
      display: block;
    }
    .section_score_card .one_line {
      display: block;
      margin-top: 16px;
    }
    .section_score_card .one_line_left,.one_line_right {
      width: 100%;
      border-radius: 4px 4px 0 0;
    }
    .section_score_card .one_line_right {
      border-radius: 0 0 4px 4px;
    }
    .score_card_title {
      font-size: 28px;
    }
    .half_block {
      margin-top: 16px;
    }
  }
  /* mobile */
  @media screen and (max-width: 767.98px) {
    .half_block {
      margin-top: 16px;
    }
    .score_card_title {
      font-size: 22px;
      font-weight: 500;
    }
    .black_bundle_border {
      height: 5.7px;
    }
    .black_bundle_bottom {
      height: 120px;
    }
    .black_bundle_content {
      height: 114px;
      padding: 12px;
    }
    .black_bundle_image {
      width: 90px;
      height: 90px;
      margin: 0 8px 0 0;
    }
    .black_gradient_text {
      font-size: 18px;
      line-height: 25px;
    }
    .black_bundle_text {
      font-size: 14px;
      flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .black_bundle_text .svg_plus {
      width: 10px;
      height: 10px;
      margin-left: 0;
      margin-right: 4px;
    }
    .black_bundle_text .svg_plus svg{
      width: 6px;
    }
    .black_gift_text {
      color: #FFF;
      font-size: 12px;
    }
    
  }
  .faq_container {
        padding: 0 32px 0 !important;
        max-width: 2800px;
    margin-left: auto;
    margin-right: auto;
    }
    .faq-header {
        padding: 72px 0 !important;
        margin-top:0 !important;  
        margin-bottom:0 !important;  
    }
    

.faq-header__content {
    flex: 0 1 1270px !important;
} 
.half_block.mogo3{overflow: hidden;} 
@media screen and (max-width: 767.98px) {
    .black_cover_title .pro_title {
        font-size: 24px;
        line-height: 33px;
    }
    .black_cover_title .pro_describe {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
    }
    .black_cover_discount {
        right: 28px;
        padding: 22px 0 10px;
        font-size: 18px;
        line-height: 18px;
        width: 84px;
    }
        .black_cover_price {
        bottom: 24px;
        right: 0;
    }
    .black_cover_price .pri_new {
        font-size: 22px;
    }
    .black_cover_price .pir_original {
        font-size: 14px;
        margin-right: 8px;
    }
    .black_cover_price .black_cover_button {
        height: 40px;
        padding: 0 32px 0 16px;
        font-size: 14px;
    }
        .half_block {
        margin-top: 16px;
    }
    .black_cover_title {
        top: 24px;
        left: 24px;
    } 
    
}
