@media print {
    main {
      padding-top: 0;
    }
    .header, .footer {
      display: none;
    }
    .back-to-list, .page__file {
      display: none !important;
    }
    .page__testimonials .row {
      display: block !important;
      margin: 0 !important;
    }
    .page__testimonials .col-lg-8 {
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
      margin: 0 auto;
      display: block;
    }

    .testimonials-item p {
      font-size: 22px;
      line-height: 30px;
    }

    .toggle-block .toggle-button {
      margin: 20px 100px 20px 0;
    }
    .toggle-block .toggle-panel {
      display: block  !important;
      color: #4D4038;
    }


    .page__subscribe_block {
      display: none  !important;
    }

    h2 {
      /* color: black; */
      /*page-break-before: always !important;*/
    }


    .swiper-wrapper {
      height: auto !important;
      display: block  !important;
    }

    .swiper-slide {
      margin-bottom: 50px;
      width: 100% !important;
    }

    .member-slider .col-xl-3  {
      flex: 0 0 50%;
      max-width: 50%;
      width: 50%;
      float: left;
    }

    .offset-lg-1 {
      margin: 0 !important;
    }

    .d-none {
      display: none !important;
    }

    .member-slider .swiper-wrapper {
      flex-wrap: nowrap;
    }

    .pdf_listing {
      display: none !important;
    }




}
