img {
  max-width: 100%;
}
header {
  box-shadow: -1px 8px 13px -7px rgba(0, 0, 0, 0.2);
}
.blog-wrapper {
  padding: 1em;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}
.featured-area {
  background: #e3e2e2;
  background: linear-gradient(90deg, #e3e2e2 0%, #fbfbfb 13%, #e0dfdf 100%);
}
@media (max-width: 768px) {
  .featured-area .row > div {
    text-align: center !important;
  }
  .copyright-2 {
    text-align: left !important;
  }
  .mob-center {
    text-align: center !important;
    display: block;
  }
  .mob-100 {
    width: 100%;
  }
}
@media (max-width: 440px) {
  .logo-2 img {
    max-width: 200px;
  }
}
/* 3D Book effect */
.pre {
  white-space: pre-wrap;
}
