.ebw-books {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 150px;
  justify-content: space-between;
  align-items: start;
}

.ebw-item {
  cursor: pointer;
}

.ebw-item img {
  width: 100%;
  height: 478px !important;
  object-fit: cover;
  object-position: center center;
}
.ebw-item h3 {
  margin: 32px 0 8px 0;
  text-align: center;
}
.ebw-item .ebw-popup-btn {
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  line-height: normal;
  margin: 0 auto;
  width: max-content;
}

.ebw-item .ebw-popup-btn:hover {
  color: #19150f !important;
}
.ebw-item .ebw-popup-btn:hover .ebw-item .ebw-arrow svg path {
  fill: #19150f !important;
}

.ebw-item .ebw-arrow {
  line-height: normal;
  height: 15px;
}
.ebw-read-more {
  display: inline-block;
  margin-top: 10px;
  color: #c49b66;
}
.ebw-popup-content h2 {
  font-size: 35px;
}
.ebw-popup-content div:nth-child(2) {
  margin-top: -40px;
}
/* POPUP */
.ebw-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  padding: 40px;
  overflow: scroll;
}

.ebw-popup-inner {
  background: #fff;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  padding: 93px 66px 53px;
}

.ebw-popup-content {
  display: flex;
  gap: 48px !important;
}

.ebw-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 25px;
  cursor: pointer;
  color: #656565;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 0;
  font-size: 40px;
  line-height: 20px;
  cursor: pointer;
}
blockquote {
  border-left: 2px solid #8a54619c;
  padding: 5px 0px 5px 10px;
  font-style: italic;
  margin: 16px 0;
  font-size: 16px;
  line-height: 30px;
}
blockquote p {
  margin-bottom: 0 !important;
}
.ebw-buy-now-btn {
  padding: 13px 20px;
  margin-top: 20px;
  border: 1px solid #b69d78;
  display: block;
  width: max-content;
  line-height: normal;
  font-size: 15px;
  font-weight: 600;
  color: #19150f;
}

@media (max-width: 1200px) {
  .ebw-books {
    gap: 90px;
  }
}
@media (max-width: 1024px) {
  .ebw-books {
    gap: 24px;
  }
  .ebw-popup-content h2 {
    font-size: 32px;
  }
  .ebw-popup-content {
    gap: 32px !important;
  }
  .ebw-popup-inner {
    padding: 80px 40px 50px;
  }
}
@media (max-width: 991px) {
  .ebw-item img {
    height: 430px !important;
  }
  .ebw-item h3 {
    font-size: 20px !important;
    line-height: 24px !important;
    margin: 24px 0 16px 0;
  }
}
@media (max-width: 767px) {
  .ebw-books {
    gap: 48px;
    grid-template-columns: 1fr;
  }
  .ebw-item img {
    height: auto !important;
  }
  .ebw-popup {
    padding: 60px 20px;
  }
  .ebw-popup-btn {
    margin-top: 16px;
  }

  .ebw-popup-content {
    flex-direction: column;
    gap: 30px !important;
  }
  .ebw-popup-content > div {
    width: 100% !important;
  }
  .ebw-popup-inner {
    padding: 50px 20px;
    top: 0;
    transform: none;
  }
  .ebw-popup-content h2 {
    font-size: 26px;
  }
  .ebw-close {
    top: 10px;
    right: 10px;
  }
  .ebw-popup-content div:nth-child(2) {
    margin-top: 0;
  }
}
