@media only screen and (min-width: 1200px) {
  .chapter-row {
    --this-vr-padding: calc(var(--page-section-vr-padding) + 45px);
  }
}

@media only screen and (max-width: 1200px) {
  .chapter-row {
    --col-gap: 50px;
  }

  .chapter-content-row {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 991px) {

  .chapter-row {
    --col-gap: 40px;
  }

  .chapter-img-section {
    margin-top: 35px;
  }

  .chapter-img {
    --img-height: 300px;
  }

  .chapter-right {
    border: none;
  }

  .chapter-content-row {
    margin-bottom: 18px;
  }

  .chapter-content-row:last-child {
    margin-bottom: 0;
  }

  /*  .chapter-style-2  */

  .chapter-style-2 .chapter-row {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .chapter-topic {
    margin-bottom: 15px;
  }

  .chapter-row {
    --col-count: 1;
    --col-gap: 25px;
  }

  .chapter-main-title {
    margin-bottom: 15px;
  }

  .chapter-img-section {
    margin-top: 25px;
  }

  .chapter-content-row {
    margin-bottom: 15px;
  }

  /*  .chapter-style-2  */

  .chapter-style-2 .chapter-section {
    grid-template-areas: unset !important;
  }

  .chapter-style-2 .chapter-col {
    grid-area: unset !important;
  }

  .chapter-style-2 .img-wrap {
    display: flex;
    width: 100%;
    justify-content: center !important;
  }
}
