@media screen and (max-width: 1024px) {
  .section_header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .product_section {
    margin-bottom: 0;
    border-bottom: 1px black dashed;
    padding-bottom: 45px;
    padding-top: 40px;
  }
  .right_section_header {
    align-self: start;
  }
  .product {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .product .product_images {
    width: 100%;
    overflow-x: scroll;
    padding: 70px 0px 20px;
    height: 450px;
    align-items: center;
    margin-top: -75px;
  }
  .product .product_images .image {
    width: 246px;
  }
  .product_group {
    margin: 0;
  }
  /* faq */
  .faq-wrapper{
    max-width: 100%;
  }
  .faqs-ds .accordion-item .accordion-header button{
    font-size: 18px;
    padding: 1rem 1.25rem;
  }
  .sec-head h2{
    font-size: 40px;
    text-align: center;
  }
  .testimonials-sa h4{
    font-size: 20px;
    line-height: 1.4;
  }
  .pricing-ds p{
    text-align: center;
  }
  .pricing-ds .content .price-head .price-headItem h2{
    font-size: 32px;
  }
  .btn-wrapper span:not(.icon){
    display: none;
  }
  .pricing-ds .content .price-head .price-headItem p{
    font-size: 8px;
  }
  .pricing-ds{
    padding-bottom: 40px;
  }
  .faqs-ds{
    padding-bottom: 40px;
  }
}
