@media only screen and (min-width: 1600px) {
  .section--double .section-content {
    width: calc(1600px * 0.5);
  }
  .section--double .section-column:first-child .section-content {
    padding-left: 155px;
  }
  .section--double .section-column:last-child .section-content {
    padding-left: 145px;
  }
  .section--double--left .section-column:first-child .section-content {
    width: calc(1600px * 0.45);
  }
  .section--double--left .section-column:last-child .section-content {
    width: calc(1600px * 0.55);
  }
  .section--double--right .section-column:first-child .section-content {
    width: calc(1600px * 0.55);
  }
  .section--double--right .section-column:last-child .section-content {
    width: calc(1600px * 0.45);
  }
  .section--triple .section-content {
    width: calc(1600px * 0.33333);
  }
  .section-content {
    width: 1600px;
    padding-left: 145px;
    padding-right: 145px;
  }
  .section-content > * {
    max-width: 1024px;
  }
  .footer-disclaimer {
    height: 250px;
  }
  .instruction-intro__product {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .instruction-intro .section-column:first-child .section-content {
    width: calc(1600px * 0.4);
    padding-right: 80px;
  }
  .instruction-intro .section-column:last-child .section-content {
    width: calc(1600px * 0.6);
    padding-left: 70px;
  }
  .prevention-intro .section-column:first-child .section-content {
    padding-left: 115px;
  }
  .prevention-intro .section-column:last-child .section-content {
    padding-left: 0 !important;
  }
  .symptoms-intro .section--double--left .section-column:first-child .section-content {
    width: calc(1600px * 0.35);
    padding-left: 168px;
  }
  .symptoms-intro .section--double--left .section-column:last-child .section-content {
    width: calc(1600px * 0.65);
  }
  .symptoms-intro .section--double--left .section-column:last-child .section-content .text-regular {
    max-width: 600px;
  }
  .symptoms-stats .section-content {
    padding-left: 157px !important;
  }
  .symptoms-stats__list {
    margin-left: 200px;
  }
  .symptoms-stats__percentage {
    font-size: 32px;
  }
  .symptoms-stats__name {
    font-size: 16px;
    line-height: 16px;
  }
  .symptom-parasite {
    padding-left: 80px;
    padding-right: 80px;
  }
  .effects-intro .section-column:first-child .section-content {
    width: calc(1600px * 0.36);
    padding-left: 215px;
  }
  .effects-intro .section-column:last-child .section-content {
    width: calc(1600px * 0.64);
  }
  .effects-main .section-column .section-content {
    width: calc(1600px * 0.5) !important;
  }
  .effects-main .section-column:last-child .section-content {
    padding-left: 176px;
  }
  .treatment-intro .section-column:first-child .section-content {
    width: calc(1600px * 0.33);
  }
  .treatment-intro .section-column:last-child .section-content {
    width: calc(1600px * 0.67);
  }
  .treatment-more-page .section .section-column:first-child .section-content {
    padding-left: 201px;
    padding-right: 201px;
  }
  .treaetment-more {
    padding-left: 50px;
    padding-right: 50px;
  }
  .treatment-infection-picture {
    right: 135px;
  }
  .treatment-prevention .section-column:first-child .section-content {
    padding-right: 140px !important;
  }
  .treatment-more-page .more-about-product .section-column:first-child .section-content {
    padding-left: 460px;
    padding-right: 40px;
  }
  .more-about-product .section-column:first-child .section-content {
    width: calc(1600px * 0.62);
    padding-left: 460px;
    padding-right: 40px;
  }
  .more-about-product .section-column:last-child .section-content {
    width: calc(1600px * 0.38);
    padding-left: 20px;
  }
  .more-about-product .section-column:last-child .section-content .instruction-intro__product {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
