#section-ebook {
  padding: 50px 0;
}

@media (max-width: 991px) {
  #section-ebook {
    padding: 40px 0;
  }
}

#section-ebook .section-ebook-title {
  color: var(--color-qw-fonce);
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  #section-ebook .section-ebook-title {
    font-family: "Poppins", sans-serif !important;
    font-size: 25px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 35px !important;
  }
}

#section-ebook .h4 {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  #section-ebook .col-img {
    margin-bottom: 35px;
  }
  #section-ebook .col-img img {
    width: 240px;
    max-width: 100%;
    height: auto;
  }
}

#section-ebook .section-ebook-title {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  #section-ebook .section-ebook-title {
    margin-bottom: 14px;
  }
}

#section-ebook .section-ebook-desc {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  #section-ebook .section-ebook-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#section-ebook .section-ebook-list ul {
  list-style: none;
  padding-left: 0;
}

#section-ebook .section-ebook-list li {
  margin-bottom: 16px;
  color: var(--color-qw-grey-dark-1);
  /* Body regular */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  position: relative;
  padding-left: 28px;
  /* Ajustez cette valeur selon la largeur de votre image */
  min-height: 20px;
  /* Ajustez cette valeur selon la hauteur de votre image */
}

#section-ebook .section-ebook-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  /* Ajustez selon la largeur de votre image */
  height: 20px;
  /* Ajustez selon la hauteur de votre image */
  background-image: url(../../assets-tests/bullets/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 991px) {
  #section-ebook .section-ebook-btn {
    text-align: center;
  }
}
