
  @media screen and (min-width: 561px) {
    [data-section-type="reason"] .title-container img.highlight {
      width: 350px;
      position: relative;
      top: 30px;
    }
    [data-section-type="cv"] .wonder-cv-title img.highlight {
      width: 270px;
      position: relative;
      top: 17px;
    }
    .wonder-cv .wonder-cv-wrapper {
      padding-top: 30px !important;
    }
  }
  @media screen and (max-width: 560px) {
    [data-section-type="reason"] .title-container img.highlight {
      width: 270px;
      position: relative;
      top: 22px;
    }
    [data-section-type="cv"] .wonder-cv-title img.highlight {
      width: 290px;
    }
  }
  [data-section-type="profile"] [data-img-type="company_logo"] {
    width: 250px;
  }


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


  [data-section-type="product"] .wonder-product-list-li [data-composition-txt-id="itemTitle2"],
  [data-section-type="product"] .wonder-product-list-li [data-composition-txt-id="itemTitle14"],
  [data-section-type="product"] .wonder-product-list-li [data-composition-txt-id="itemTitle26"] {
    display: flex;
    justify-content: center;
    margin-top: -30px;
    margin-bottom: -30px;
  }


.wonder-comparison-01[data-composition-type=C] .table-01 .row-el .col-el:last-child {
    border-right: 3px solid #fff;
}
