.shortcode-book-presentation {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right top;
  min-height: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  .shortcode-book-presentation .col-img {
    padding-left: 0;
    padding-right: 0;
  }
}

.shortcode-book-presentation .img-book {
  display: none;
}

@media (max-width: 1199px) {
  .shortcode-book-presentation .img-book {
    display: block;
    width: auto;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  .shortcode-book-presentation {
    background-image: none !important;
  }
}

.shortcode-book-presentation h2 {
  font-size: 50px;
  line-height: 59px;
}

@media (max-width: 768px) {
  .shortcode-book-presentation h2 {
    font-size: 30px;
    line-height: 39px;
  }
}

@media (max-width: 1199px) {
  .shortcode-book-presentation .txt {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/*# sourceMappingURL=styles.css.map */