@media screen and (max-width: 1024px) {
  .section_header {
    flex-direction: column;
    align-items: initial;
    margin-bottom: 0;
  }

  .section__tabs-titles {
    padding: 15px 0 20px ;
    flex-wrap: unset;
    justify-content: unset;
  }

  .section__tabs-titles .section__title__part {
    width: fit-content !important;
  }

  .featured-products .products {
    grid-row-gap: 0;
  }

  .s-tabs-title-content {
    padding-top: 50px;
  }

  .profitable_container {
    padding: 50px 0;
  }

  .profitable_inner {
    padding: 0;
    height: 550px;
  }

  .profitable_inner .deco-leaf-left img,.profitable_inner .deco-leaf-right img {
    width: 50%;
  }

  .profitable_inner .deco-logo-white svg {
    width: 60%;
  }

  .profitable_inner .deco-logo-white {
    bottom: -70px;
  }

  .profitable_inner .deco-leaf-right {
    display: flex;
    justify-content: end;
    top: unset;
    bottom: 0;
  }

  .profitable_container .section_title {
    font-size: 25px;
    max-width: 300px;
    margin: 30px auto 20px;
  }

  .profitable_inner p {
    max-width: 300px;
    margin: 0 auto;
  }

  .shop_presentation__inner {
    margin: 0 auto;
    width: 90%;
    flex-direction: column;
    align-items: center;
  }

  .shop_presentation {
    padding: 30px 0;
    overflow: hidden;
  }

  .shop_presentation .btn.btn-primary {
    margin: 50px 0;
  }

  .shop_faq {
    flex-direction: column-reverse;
    width: 90%;
    margin: 0 auto;
  }

  .shop_faq .content_container {
    margin: 40px auto 0;
  }

  .shop_faq .logo_faq img {
    width: 50%;
  }

  .shop_faq .logo_faq {
    left: unset !important;
    right: -360px;
  }
}

@media (max-width: 768px) {
    .faq-question span:first-child {
      max-width: 85%;
    }

  .shop_presentation__inner {
    gap: 40px;
  }

  .profitable_container {
    padding: 20px 0;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .profitable_inner {
    padding: 0;
    height: 350px;
  }

  .featured-products .products .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .featured-products .products .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-row-gap: 100px;
  }
}
