@media only screen and (max-width: 1023px) {
  .section--double .section-content {
    width: calc(768px * 0.5);
  }
  .section--double .section-column:first-child .section-content {
    padding-left: 30px;
  }
  .section--double .section-column:last-child .section-content {
    padding-left: 42px;
  }
  .section--double--left .section-column:first-child .section-content {
    width: calc(768px * 0.45);
  }
  .section--double--left .section-column:last-child .section-content {
    width: calc(768px * 0.55);
  }
  .section--double--right .section-column:first-child .section-content {
    width: calc(768px * 0.55);
  }
  .section--double--right .section-column:last-child .section-content {
    width: calc(768px * 0.45);
  }
  .section--triple .section-content {
    width: calc(768px * 0.33333);
  }
  .section-content {
    width: 768px;
    padding-left: 30px;
    padding-right: 42px;
  }
  .section-content > * {
    max-width: 550px;
  }
  .heading-regular {
    font-size: 30px;
  }
  .heading-medium {
    line-height: 26px;
  }
  .instruction-intro .section-column:first-child .section-content {
    width: calc(768px * 0.4);
  }
  .instruction-intro .section-column:last-child .section-content {
    width: calc(768px * 0.6);
    padding-left: 22px;
  }
  .instruction-about-product .text-regular + .text-regular {
    margin-top: 25px;
  }
  .instruction-expiration-date .ordered-list__item {
    line-height: 24px;
  }
  .prevention-intro .section-column:first-child .section-content {
    padding-left: 30px;
  }
  .prevention-intro .section-column:last-child .section-content {
    padding-left: 12px;
  }
  .prevention-more-page .section--double--left:not(:first-child) .section-column:first-child .section-content {
    width: calc(768px * 0.55);
  }
  .prevention-more-page .section--double--left:not(:first-child) .section-column:last-child .section-content {
    width: calc(768px * 0.45);
  }
  .more-about-product .section-column:first-child .section-content {
    padding-left: 45px;
  }
  .symptoms-intro {
    padding-bottom: 35px;
  }
  .symptoms-intro .section:first-child .section-column:first-child .section-content {
    width: calc(768px * 0.36);
    padding-left: 25px;
    padding-right: 20px;
  }
  .symptoms-intro .section:first-child .section-column:last-child .section-content {
    padding-left: 0;
    padding-bottom: 35px;
    width: calc(768px * 0.64);
  }
  .symptoms-stats {
    height: auto;
  }
  .symptoms-stats .section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .symptoms-stats__description {
    width: auto;
    padding-left: 226px;
  }
  .symptoms-stats__list {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .symptom-parasite {
    padding-left: 20px;
    padding-right: 20px;
  }
  .symptom-parasite .heading-medium {
    font-size: 24px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .symptoms-couple-of-words .section-column:first-child .section-content {
    width: calc(768px * 0.65);
  }
  .symptoms-couple-of-words .section-column:last-child .section-content {
    width: calc(768px * 0.35);
  }
  .symptoms-more-picture {
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .symptoms-more-picture img {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .effects-intro .section-column:first-child .section-content {
    width: calc(768px * 0.36);
    padding-left: 30px;
    padding-right: 20px;
  }
  .effects-intro .section-column:last-child .section-content {
    width: calc(768px * 0.64);
    padding-left: 0;
  }
  .treatment-intro .section-column:first-child .section-content {
    width: calc(768px * 0.36);
    padding-left: 30px;
    padding-right: 20px;
  }
  .treatment-intro .section-column:last-child .section-content {
    width: calc(768px * 0.64);
    padding-left: 0;
  }
  .treatment-infection .heading-regular,
  .treatment-infection .text-regular {
    max-width: 370px;
  }
  .treatment-infection-picture {
    top: 75px;
    bottom: auto;
  }
}
