@media only screen and (max-width: 1100px) {
  .popup-content .tab-section>div:not(:last-child) {
    margin-right: 30px;
  }

  .tab-section>div {
    white-space: nowrap;
  }

  .popup-content .tab-section {
    width: 100%;
    overflow: auto;
  }
}

@media only screen and (max-width: 991px) {

  .video-section-inner iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }

  .popup-section .article-main-title:empty {
    display: none;
  }

  .popup-text-content-row,
  .popup-quotes-row {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .popup-content {
    padding: 20px;
  }

  .popup-section .article-person-name {
    font-size: 21px;
  }

  .popup-video-section {
    margin-bottom: 30px;
  }

  .popup-section .article-description {
    margin-top: 15px;
  }

  .popup-section .article-description p:not(:last-child) {
    margin-bottom: 15px;
  }

  .popup-title {
    font-size: 40px;
    padding-right: 52px;
  }

  .popup-sub-title {
    font-size: 32px;
  }

  .popup-close {
    top: 0;
  }

  /*Planery*/
  .popup-region.plenary .popup-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .popup-region.plenary .download-section {
    padding-left: 0;
    margin-top: 5px;
    margin-left: 0;
    border-left: 0;
    display: flex;
    align-items: center;
  }

  .popup-region.plenary .section-title {
    font-size: 22px;
    line-height: 26px;
  }

  .popup-region .popup-body-text h4 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 5px;
    font-family: var(--primary-font);
    font-weight: var(--opensans-bold);
    color: var(--patricks-blue);
    display: block;
  }

  .popup-body-text,
  .popup-region .popup-body-text li {
    font-size: 14px;
    line-height: 20px;
  }

  .quotes-section-title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
  }

  .popup-section .quotes-wrap .paragraph {
    padding: 30px 0 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .popup-section .quotes-wrap .quotes-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0 !important;
  }

  .popup-section .quotes-wrap .paragraph:nth-child(even) {
    flex-direction: column;
  }

  .head-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .head-wrapper .download-section {
    padding: 0;
    margin: 0;
    margin-top: 20px;
  }

  .popup-text-content-row,
  .popup-quotes-row {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* tab */
  .popup-content .tab-section a {
    font-size: 16px;
  }

  .popup-content .tab-section>div:not(:last-child) {
    margin-right: 30px;
  }

  .popup-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

}

@media only screen and (max-width: 480px) {
  .popup-content {
    padding: 20px 15px;
  }

  .popup-title {
    font-size: 32px;
  }

  .popup-sub-title {
    font-size: 28px;
  }

  .popup-close {
    top: 0;
  }

  .popup-section .article-person-name {
    font-size: 18px;
  }

  .popup-content .tab-section>div:not(:last-child) {
    margin-right: 20px;
  }

}
