@media screen and (max-width: 1100px) {
  .overview {
    padding: 30px 0;
  }
}

@media screen and (max-width: 990px) {
  .overview {
    padding: 30px 0;
  }
  .left-side-image img {
    width: 80%;
  }
  .right-side-image img {
    width: 80%;
  }
  .nav-link {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  .main {
    padding: 0;
  }
  .img-fluid {
    max-width: 80%;
  }
  .grand .left-side .grand-book img {
    width: 80%;
  }
  .left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 576px) {
  .grand-excerpt {
    font-size: 14px;
  }
  .grand-bottom-image {
    display: none;
  }
}
/*# sourceMappingURL=media.css.map */