@media (max-width: 767px) {

    /* detail-body */
    .detail-body {
        width: 100%;
        padding: 50px 0px;
    }

    .detail-division {
        flex-direction: column;
        padding: 0 10px;
    }

    .detail-grid-top-l {
        order: 1;
        width: 100%;
    }

    .detail-grid-top-s {
        order: 2;
        width: 100%;
    }

    .detail-line {
        display: none;
    }

    .detail-head {
        margin: 0;
        font-size: 30px;
    }

    .detail-minihead {
        font-size: 16px;
        margin: 0;
        line-height: 1.5rem;
    }

    .detail-grid-l {
        width: 100%;
    }

    .detail-grid-s {
        width: 100%;
    }

    .top-img.detail {
        width: 100%;
        height: auto;
        padding-top: 30px;
    }

    .top-img.grid {
        width: 100%;
        height: auto;
    }

    .img-bottom-section {
        display: block;
        padding: 40px 0px;
        gap: 10px;
    }

    .img-bottom-section-left {
        width: 100%;
    }

    .img-bottom-section-right {
        width: 100%;
    }

    .detail-head-bottom {
        font-size: 20px;
        padding: 10px 0px;
    }

    .detail-plus-para {
        font-size: 16px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
  .detail-body {
    width: 90%;
  }

  .detail-division {
    flex-direction: column;
  }

  .detail-grid-top-s,
  .detail-grid-top-l,
  .detail-grid-l,
  .detail-grid-s,
  .img-bottom-section-left,
  .img-bottom-section-right,
  .interest-grid-left,
  .interest-grid-right,
  .detail-plus-grid-left,
  .detail-plus-grid-right {
    width: 100%;
  }

  .img-bottom-section,
  .interest-grid,
  .detail-plus-grid {
    flex-direction: column;
  }

  .detail-icon-section,
  .print-section,
  .icon-section {
    justify-content: flex-start;
  }

  .detail-head {
    font-size: 32px;
  }

  .detail-minihead {
    font-size: 20px;
  }

  .detail-para,
  .interest-grid-para {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .detail-body {
    width: 85%;
  }

  .detail-grid-top-s {
    width: 25%;
  }

  .detail-grid-top-l {
    width: 75%;
  }

  .detail-grid-l {
    width: 65%;
  }

  .detail-grid-s {
    width: 35%;
  }

  .img-bottom-section-left {
    width: 30%;
  }

  .img-bottom-section-right {
    width: 70%;
  }

  .interest-grid-left {
    width: 30%;
  }

  .interest-grid-right {
    width: 70%;
  }

  .detail-plus-grid-left {
    width: 35%;
  }

  .detail-plus-grid-right {
    width: 65%;
  }

  .detail-head {
    font-size: 36px;
  }

  .detail-minihead {
    font-size: 22px;
  }

  .detail-para,
  .interest-grid-para {
    font-size: 15px;
  }
}


@media (min-width: 1201px) and (max-width: 1400px) {}