@media (max-width: 1024px) {
  #scroll-top-button {
    display: none !important; /* Ensure it's hidden on smaller screens */
  }
}
@media (min-width: 1300px) {
  .agenda-image-field img {
    width: 100%;
    height: 344px;
  }
}
@media (min-width: 540px) and (max-width: 720px) {
  .proceedings-home .banner-right {
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  .articles-component .view-header h3 {
    margin-top: 43px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (orientation:portrait) {
  .proceedings-home .opening-remarks-component .profile-image-field {
    width: auto;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .proceedings-home .microsite-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .header-top-section {
    padding: 16px 20px;
  }
  .proceedings-home .banner-main-text h1 {
    font-size: 36px;
    line-height: 44px;
    margin: 5px 0;
  }
  .proceedings-home .banner-main-text h2 {
    font-size: 30px;
    line-height: 37px;
  }
  .proceedings-home .circle-info {
    width: 385px;
    height: 385px;
  }
  .proceedings-home .circle-info h3 {
    font-size: 28px;
    line-height: 34px;
    padding: 37px;
    height: 100%;
    margin: 0;
  }
  .proceedings-home .date-box span {
    font-size: 34px;
    line-height: 37.44px;
  }
  .proceedings-home .date-box span:last-child {
    font-size: 20px;
    line-height: var(--line-height-sm);
  }
  .proceedings-home .second-row .banner-img {
    width: 86px;
    background-size: 86px;
    margin-left: -10px;
  }
}
@media (max-width: 991px) {
  .proceedings-home .chinese-modernization .agent-turn .flex-col img {
    object-fit: cover;
  }
  .proceedings-home .nec-streams-sub .list-col-4 .views-row {
    width: calc(33.33% - 15px);
  }
  .proceedings-home .banner-common-wrapper  > img {
    height: 100%;
    min-height: 450px;
    object-fit: cover;
  }
  .proceedings-home .banner-common-wrapper {
    position: unset;
    padding-bottom: 522px;
  }
  .proceedings-home .circle-info {
    margin-bottom: 60px;
  }
  .proceedings-home .articles-component .view-header h3,
  .proceedings-home .opening-remarks-component h2.block-title {
    font-size: 50px;
    line-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .proceedings-home .microsite-section {
    padding: 60px 15px !important;
  }
  body.proceedings-home .microsite-section.nec-turin-agenda .block-title {
    line-height: 34px;
  }
  .proceedings-home .microsite-section .page-sub-title,
  .proceedings-home .microsite-section .block-title {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  .proceedings-home .articles-component .view-content .article-right {
    padding: 50px 0px;
    padding-right: 30px;
    width: calc(100% - 368px);
  }
  .proceedings-home .chinese-modernization .agent-turn {
    height: 100%;
  }
  .proceedings-home .view-header h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .proceedings-home .nec-turin-agenda .agend-section-sub-title {
    font-size: 32px;
    line-height: 36px;
    margin-top: 10px;
  }
}
