.book-inner{padding:80px 55px 0;position:relative;overflow: hidden; border-radius:12px;border: 1px solid var(--primary_color3);background: linear-gradient(90deg, rgba(125, 95, 186, 0.60) 0%, rgba(252, 194, 45, 0.60) 100%);}
.book-head{max-width:900px; margin:0 auto;position:relative;z-index:1}
.book-btn{margin:24px 0 0}
.book-shone { position: absolute; left:-55px; top: 0; height: 100%; }
.book-shone img { width: 100%; height: 100% !important; object-fit: cover; }
.book-imgs{max-width:892px; margin:68px auto 0;position:relative;}
.book-twoshape { position: absolute; right: -150px; top: -105px; }
.book-demosec .detail-content h2{margin-bottom:5px;}

@media(max-width:1024px){
  .book-inner{padding:40px 14px 0;}
  .book-twoshape{display:none;}
  .book-imgs{ margin:20px auto 0;
}
  
@media(max-width:767px){  
.book-shone {left: -103px; top: 40px;  transform: rotate(120deg); }
.book-head h2{margin-bottom:10px;}
  .book-inner{border-radius:3px;}
}
  