
    @media screen and (max-width: 560px) {
        [data-section-type="product"] .section-whole-wrapper.capture-block .main-content-container .main-contents.plain-card-container.row-el.card-container.text-block {
            flex-direction: row;
            gap: 20px;
            width: 1920px;
            max-width: 2000px;
        }
    }


[data-section-type=faq] .wonder-default-main-content .wonder-faq-contents-wrapper .wonder-faq-answer-contents {
padding-right: 20px;
}


  @media screen and (max-width: 560px) {
    [data-section-type=product] .wonder-scroll-container .wonder-product-list {
      flex-flow: row;
      width: 1000px;
    }
    [data-section-type=product] .section-whole-wrapper .section-body-container {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }
  }


    @media screen and (max-width: 560px) {
        [data-section-type=product] .wonder-scroll-container.enabled.scroll-bar-top ul li.wonder-product-list-li {
            margin-right: 10px !important;
        }
    }
