.line__litte{
max-width: 100%!important;
    bottom: 120px;
    position: absolute;
    transform: rotate(180deg);
}

.book_list__text{}
.book_list__text__title{
 /* font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;*/
  color: #000000;
  margin-bottom: 15px;
}
.book_list__text__description,.book_list__text__description p{
  /*font-family: 'Roboto Condensed',sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;*/
  color: #000000;
}
.book_list__text__cta a, .book_list__text__cta button{
  /*font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;*/
  text-align: center;
  color: #FFFFFF;
  background: #44C8F5;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.26);
  border-radius: 4px;
  padding: 12px 20px;
  text-decoration: none;
  display: block;
  width: max-content;
  margin:auto;
}
.book_list__text__cta a:hover, .book_list__text__cta button:hover{
  background:#F36F21;
}
.book_list__image{
  position:relative;
}
.book_list__image::after{
  /*   content:url(' https://f.hubspotusercontent40.net/hubfs/20608494/mark_img.png'); */
}


.row_reverse{
  flex-direction: row-reverse;
}

@media only screen and (max-width: 480px){
  .book_list{
  padding-top:0px!important;
  }
  .book_list__text__cta a{
    display: table-cell;
  }
  .book_list__text__description ul li h5{
    max-width: 300px;
  }
  

}
@media only screen and (max-width: 992px) {
  .book_list__image img{
    max-width: 100%;
    max-height: 300px;
    width: auto;
    margin: auto;
    display: block;
  }
  .book_list__text{
    padding:1rem;
  }
  
}

.book_list__image img{
  max-width:100%;
  height: auto;
}

.book_list__text__description li{
  display:flex;
}
.book_list__text__description ul {
  list-style: none; /* Remove default bullets */
}

.book_list__text__description ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #F36F21; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size: 30px;
}

.smcx-embed {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
}
.smcx-embed > .smcx-iframe-container {
  height: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}

.survey-page .survey-title {
  color: #fbb81b !important;
}
.sm-progressbar {
  background-color: #fbb81b !important;
}

.fancybox__content {
  padding: 0 !important;
}

@media (min-width: 1024px)
  .fancybox__slide {
      padding: 0 100px !important;
  }
}







