.about-book .book-text-inner .book-text .paragraph{
    text-align:justify;
}

.about-book .book-text-inner .book-text .book-title{
    font-size:44px;
    font-weight: 600;
}

.about-book {
    background: #541783;
  }

.about-author {
    background: #f7f7f7;
  }
  
.dis-heading{
    font-size:32px;
}
  
select {
    padding: 8px 14px;
    border-radius:4px;
    margin:10px 0;
}

.author-title {
    font-size: 36px;
  }

.autoho-para {
    text-align: justify;
    color:white;
  }

.book-btn1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}


@media (max-width: 576px) { 
    .about-book .book-text-inner .book-text .book-title{
        text-align:center;
    }

    .book-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
 }


@media (max-width: 768px) {  }


@media (max-width: 992px) {  }


@media (max-width: 1200px) {  }


@media (min-width: 1400px) {  }
