@media (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
  .container {
    max-width: 100%;
  }
  .section-1 {
    padding: 40px;
  }
  .category-table {
    overflow-x: scroll;
    max-width: 100%;
  }
  .table-wrapper {
    flex-direction: column;
  }
  .table-description {
    max-width: 100%;
    margin-top: 20px;
    font-size: 20px;
    margin-left: 0px;
  }
  .criterion {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .collaboration {
    flex-wrap: wrap;
  }

  .collaboration-item {
    width: 30vw;
    height: 30vw;
  }
  .section-6 {
    max-width: 100%;
    flex-direction: column;
  }
  .section-6-left {
    max-width: 100%;
    padding-right: 0;
    border-right: hidden;
  }
  .section-6-right {
    margin-left: 0;
  }
  .second-text {
    margin-left: 0px;
  }
  .property-table {
    overflow-x: scroll;
    max-width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .wrapper-6-table {
    max-width: 100%;
    overflow-x: scroll;
  }
  .vertical-text {
    width: 80%;
    writing-mode: horizontal-tb;
    transform: rotate(0);
  }
  .property-table-alt {
    max-width: 100%;
    flex-direction: column;
  }
  .property-table-description {
    margin-left: 0px;
  }
  .section-8-wrapper {
    flex-direction: column;
  }
  .wrapper-6-right {
    margin-top: 40px;
    margin-left: 0;
  }
  .section-10 {
    max-width: 100%;
  }
  .section-10-title {
    font-size: 9px;
  }

  .logo {
    width: 50%;
  }
  .footer-info {
    font-size: 14px;
  }
  .collaboration-item {
    font-size: 14px;
  }
  .section-3 {
    max-width: 100%;
  }
  .section-3-description {
    text-align: center;
  }
}
