.book-popup-content .packages {
  margin: 12px 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 550px;
  overflow-y: scroll;
}
.book-popup-content .packages .card {
  width: 50%;
  padding: 60px;
}
.book-popup-content .packages .card .thumbnail {
  width: 100%;
}
.book-popup-content .packages .card .card-title {
  margin-top: 5px;
  margin-bottom: 10px;
}
.book-popup-content .packages .card .card-content {
  /*width: 80%;
  height: 85px;*/
}
.book-popup-content .themes-and-illustrations {
  height: 550px;
  overflow-y: scroll;
  margin: 12px 115px;
}
.book-popup-content .themes-and-illustrations .main-title {
  margin: 0 30px;
}
.book-popup-content .themes-and-illustrations .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.book-popup-content .themes-and-illustrations .card-wrapper .card {
  width: 25%;
  padding: 30px;
}
.book-popup-content .themes-and-illustrations .card-wrapper .card .thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.book-popup-content .themes-and-illustrations .card-wrapper .card .card-title {
  margin: 5px 0 10px 0;
}
.book-popup-content .themes-and-illustrations .card-wrapper .card .card-body {
  height: 80px;
}
.book-popup-content .gallery {
  padding: 30px 400px;
}
.book-popup-content .gallery .interaction-area {
  margin-top: 20px;
}
