@media screen and (max-width: 1199px) {
  .img-ebooklet {
    min-height: 100%;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .img-ebooklet img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .img-ebooklet {
    min-height: 100%;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .img-ebooklet img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .hero-detail h1 {
    z-index: 2;
    font-size: 48px;
  }

  .e-booklet {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .e-booklet h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
    color: var(--blue);
    word-break: break-word;
  }
  .e-booklet h5 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #181818;
  }

  .e-booklet p {
    color: #4f4f4f;
    font-size: 16px;
    max-width: 704px;
  }

  .img-ebooklet {
    min-height: 100%;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .img-ebooklet img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
  }
}

@media screen and (max-width: 599px) {
}

@media screen and (max-width: 429px) {
}

@media screen and (max-width: 399px) {
}
