.ebook-listing-wrapper {
  padding: 5.6rem 0;
}
@media (max-width: 768px) {
  .ebook-listing-wrapper {
    padding: 4rem 0;
  }
}
.ebook-listing-wrapper .mb-32 {
  margin-bottom: 3.2rem;
}
.ebook-listing-wrapper .product-column {
  border: 1px solid #000;
  background: white;
  padding: 4rem 4rem 2rem 4rem;
  border-radius: 1.6rem;
}
@media (max-width: 768px) {
  .ebook-listing-wrapper .product-column {
    padding: 1.6rem;
  }
}
@media (min-width: 768px) {
  .ebook-listing-wrapper .product-column h2 {
    margin-bottom: 1.6rem;
  }
  .ebook-listing-wrapper .product-column p {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.ebook-listing-wrapper .product-post {
  display: flex;
  border-radius: 1.6rem;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .ebook-listing-wrapper .product-post {
    height: 100%;
  }
}
.ebook-listing-wrapper .product-post .product-image {
  margin-bottom: 1.5rem;
}
.ebook-listing-wrapper .product-post .product-image a {
  display: block;
}
.ebook-listing-wrapper .product-post .product-image a img {
  width: 100%;
  transition: transform 0.3s ease;
}
.ebook-listing-wrapper .product-post .product-image a img:hover {
  transform: scale(1.05);
}
.ebook-listing-wrapper .product-post .product-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ebook-listing-wrapper .product-post .product-content .product-title {
  margin-top: 1rem;
  margin-bottom: 1.6rem;
}
.ebook-listing-wrapper .product-post .product-content .product-title a {
  color: #000;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  transition: color 0.3s ease;
}
.ebook-listing-wrapper .product-post .product-content .product-title a:hover {
  color: #007cba;
}
.ebook-listing-wrapper .product-post .product-content .product-action {
  margin-top: auto;
}
.ebook-listing-wrapper .product-post .product-content .product-action .btn-download {
  display: inline-block;
  background: #000;
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.6rem;
  transition: all 0.3s ease;
  border: 2px solid #000;
}
.ebook-listing-wrapper .product-post .product-content .product-action .btn-download:hover {
  background: white;
  color: #000;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .ebook-listing-wrapper .col-md-4 {
    margin-bottom: 2rem;
  }
  .ebook-listing-wrapper .product-post .product-image img {
    height: 180px;
  }
}/*# sourceMappingURL=style.css.map */