.why-choose-section {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}

.why-choose-section .container {
  max-width: 1600px;
  position: relative;
}

.why-choose-wrapper {
  position: relative;
  width: 100%;
}

.why-choose-border {
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background: linear-gradient(360deg, #f96d0c 0%, #ffb157 100%);
  z-index: 1;
}

.why-choose-section .books-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.why-choose-section .books-container img {
  max-width: 100%;
  height: auto;
}

.why-choose-section .why-choose-content {
  position: relative;
  z-index: 3;
  padding: 60px 0;
}

.why-choose-title {
  font-size: 80px;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.17;
  color: #fff;
  margin-bottom: 24px;
}

.why-choose-features li {
  font-size: 20px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 2.5;
  color: #fff;
}

@media (max-width: 1550px) {
  .why-choose-section .container {
    max-width: 1350px;
  }
  .why-choose-border {
    max-width: 100%;
  }
  .why-choose-section .books-container {
    /* top: -20px; */
    left: -40px;
    width: 700px;
  }
  .why-choose-title {
    font-size: 60px;
  }
  .why-choose-content {
    padding: 50px 0;
  }
}

@media (max-width: 1024px) {
  .why-choose-section {
    padding: 10px 0;
  }
  .why-choose-border {
    border-radius: 25px;
  }
  .books-container {
    width: 600px;
    top: -40px;
    left: -60px;
  }
  .why-choose-title {
    font-size: 48px;
  }
  .why-choose-features li {
    font-size: 18px;
    line-height: 2.2;
  }
  .why-choose-content {
    padding: 45px 0;
  }
}

@media (max-width: 835px) {
  .why-choose-section .books-container {
    display: none;
  }
  .why-choose-section .why-choose-content {
    text-align: center;
    padding: 50px 30px;
  }
  .why-choose-section .why-choose-title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .why-choose-section .why-choose-features li {
    font-size: 16px;
    list-style: none;
    line-height: 2;
  }
}

@media (max-width: 575px) {
  .why-choose-section .books-container {
    display: none;
  }
  .why-choose-section .why-choose-content {
    text-align: center;
    padding: 30px 20px;
  }
  .why-choose-section .why-choose-title {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .why-choose-section .why-choose-features li {
    font-size: 14px;
    list-style: none;
    line-height: 2;
  }
}
