.create-book-section {
  padding: 32px 24px;
  border-radius: 32px;
  text-align: center;
}
@media (min-width: 992px) {
  .create-book-section {
    min-height: 238px;
    padding: 32px;
    text-align: left;
  }
}
@media (min-width: 576px) {
  .create-book-section .btn-container {
    max-width: 285px;
  }
}
.create-book-section .create-book-section-img {
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 1200px) {
  .create-book-section .create-book-section-img {
    margin-top: -66px;
    margin-bottom: 0;
  }
}
.create-book-section-descr {
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .create-book-section-descr {
    margin-bottom: 32px;
  }
}

.create-book-header {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .create-book-header {
    font-size: 32px;
    font-weight: 600;
  }
}