/*--------------------------------SECTION-1-START----------------------------------*/
main section.section-1 .title-box h1 {
  width: 100%;
}
/*--------------------------------SECTION-1-END----------------------------------*/

/*--------------------------------SECTION-2-START----------------------------------*/

/*---------------------------------SECTION-2-END-----------------------------------*/

/*--------------------------------SECTION-3-START----------------------------------*/
main section.section-3 .under-box {
  display: flex;
  flex-direction: column;
  position: relative;
}

main section.section-3 .under-box .title-box {
  display: flex;
  padding: 0;
  width: 100%;
}

main section.section-3 .under-box .description-box .boxes-box .box .title-box {
  padding: 0;
}

main
  section.section-3
  .under-box
  .description-box
  .boxes-box
  .box
  .title-box
  h1 {
  margin-top: 0;
}
/*---------------------------------SECTION-3-END-----------------------------------*/

/*--------------------------------SECTION-4-START----------------------------------*/
main section.section-4 {
  display: flex;
}

main section.section-4 .title-box {
  display: flex;
}

main section.section-4 .title-box h2 {
  font-weight: 400;
}

main section.section-4 .title-box .buttons-box {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}

main section.section-4 .buttons-box button a {
  color: black;
}

main section.section-4 .under-box .description-text .tables-box ul {
  list-style: none;
}

main section.section-4 .under-box .description-text::before,
main section.section-4 .under-box .description-text::after {
  border-bottom: 1px solid black;
}

main section.section-4 .under-box .description-text .tables-box {
  display: grid;
  justify-content: center;
}

main section.section-4 .under-box .description-text .tables-box .title h3 {
  display: flex;
  justify-content: left;
  align-items: center;
}

main section.section-4 .under-box .description-text .tables-box ul {
  position: relative;
  display: grid;
  transition: 1s;
}

main section.section-4 .under-box .description-text .tables-box ul.open {
  height: auto;
  transition: 0.2s;
}

main section.section-4 .under-box .description-text .tables-box ul .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

main
  section.section-4
  .under-box
  .description-text
  .tables-box
  ul
  .title::before {
  content: "";
  position: absolute;
  top: 2.5em;

  left: 0;
  width: 100%;

  border-bottom: 1px solid black;
}

main section.section-4 .under-box .description-text .tables-box ul .title h3 {
  padding-left: 0.5em;
}

main
  section.section-4
  .under-box
  .description-text
  .tables-box
  ul
  .title
  .img-box {
  height: 1.5em;
  width: 1.5em;

  visibility: hidden;
  background: url(../img/footer/arrow-down-icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.1s;
}

main
  section.section-4
  .under-box
  .description-text
  .tables-box
  ul
  .title
  .img-box {
  visibility: visible;
}

main
  section.section-4
  .under-box
  .description-text
  .tables-box
  ul.open
  .img-box {
  transform: rotateZ(180deg);
}

main section.section-4 .under-box .description-text .tables-box ul.open li {
  position: static;
  visibility: visible;
}

main section.section-4 .under-box .description-text .tables-box ul li {
  position: fixed;
  visibility: hidden;
  border-bottom: 1px solid black;
  text-align: left;
}

main section.section-4 .under-box .description-text .tables-box ul li a {
  color: black;
}

main section.section-4 .under-box .description-text .tables-box ul li a img {
  visibility: hidden;
}
/*---------------------------------SECTION-4-END-----------------------------------*/

@media (min-width: 1026px) {
  /*--------------------------------SECTION-1-START----------------------------------*/
  main section.section-1 {
    padding-top: 11em;
  }

  main section.section-1 .title-box {
    align-items: first baseline;
    padding-left: 10%;
  }

  main section.section-1 .title-box h1 {
    justify-content: left;
  }

  main section.section-1 .title-box .description-text {
    text-align: left;
  }
  /*--------------------------------SECTION-1-END----------------------------------*/

  /*--------------------------------SECTION-2-START----------------------------------*/
  main section.section-2 {
    margin-top: 4em;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: start;
  }

  main section.section-2 .title-box {
    width: 35%;
    padding: 0 5%;
  }

  main section.section-2 .title-box .img-box {
    width: 100%;
  }

  main section.section-2 .title-box .img-box img {
    width: 100%;
  }

  main section.section-2 .under-box {
    position: relative;

    width: 50%;
    padding-left: 5%;

    display: flex;
    flex-direction: column;
  }

  main section.section-2 .under-box .title-box {
    width: 100%;
    display: flex;
    align-items: first baseline;

    padding: 0;
  }

  main section.section-2 .under-box .title-box h1 {
    text-align: left;

    margin-top: 0.75em;
    padding-top: 0;
  }

  main section.section-2 .under-box .title-box .description-text {
    width: 100%;
    text-align: left;
  }

  main section.section-2 .under-box .description-box .buttons-box {
    position: relative;
    width: 100%;
  }
  /*--------------------------------SECTION-2-END----------------------------------*/

  /*--------------------------------SECTION-3-START----------------------------------*/
  main section.section-3 {
    display: flex;
    flex-direction: row;
    align-items: start;
    margin-top: 2em;
  }

  main section.section-3 .title-box {
    width: 35%;
    padding: 0 5%;
  }

  main section.section-3 .title-box .img-box {
    width: 100%;
  }

  main section.section-3 .title-box .img-box img {
    width: 100%;
  }

  main section.section-3 .under-box {
    width: 65%;
    padding: 0 5%;
  }

  main section.section-3 .under-box .title-box {
    align-items: first baseline;
  }

  main section.section-3 .under-box .title-box h1 {
    text-align: left;

    margin-top: 0.75em;
    padding-top: 0;
  }

  main section.section-3 .under-box .title-box .description-text {
    text-align: left;
    width: 100%;
  }

  main section.section-3 .under-box .description-box .boxes-box {
    justify-content: left;
    margin-top: 2em;
  }

  main section.section-3 .under-box .description-box .boxes-box .box {
    margin-right: 3em;
    width: 50%;
  }

  main
    section.section-3
    .under-box
    .description-box
    .boxes-box
    .box
    .description-box
    .description-text {
    text-align: left;
    font-size: 1.5em;
    width: 100%;
    margin-top: 1em;
  }

  main section.section-3 .under-box .description-box .buttons-box {
    margin-top: 3.5em;
    width: 100%;
  }
  /*--------------------------------SECTION-3-END----------------------------------*/

  /*--------------------------------SECTION-4-START----------------------------------*/
  main section.section-4 {
    flex-direction: row;
  }

  main section.section-4 .title-box {
    align-items: start;
    justify-content: left;
    width: 50%;
    margin-left: 5%;
  }

  main section.section-4 .title-box h2 {
    margin-top: 1.5em;
  }

  main section.section-4 .title-box .description-text {
    text-align: left;
    width: 90%;
  }

  main section.section-4 .under-box {
    width: 50%;
  }

  main section.section-4 .under-box .description-text {
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1.5em;
  }

  main section.section-4 .under-box .buttons-box button a {
    display: none;
  }

  main section.section-4 .under-box .description-text .tables-box ul {
    margin: 0.25em;
    padding: 0;
    width: 40vw;
  }

  main section.section-4 .under-box .description-text .tables-box ul .title {
    font-size: 0.625em;
    height: 2.5em;
  }

  main section.section-4 .under-box .description-text .tables-box ul li {
    font-size: 0.625em;
    padding: 1em 0 1em 1em;
  }

  main section.section-4 .under-box .description-text .under-box .all-rights {
    font-size: 0.5em;
    margin-left: 1em;
  }
  /*--------------------------------SECTION-4-END----------------------------------*/
}

@media (max-width: 1025px) {
  /*--------------------------------SECTION-1-START----------------------------------*/
  main section.section-1 {
    position: relative;
    padding-top: calc(8em + 10vw);
  }

  main section.section-1::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: calc(8em + 10vw);

    background: url(../img/about-us/section-1-mobile-header-photo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  main section.section-1 .title-box {
    margin-top: 4em;
  }

  main section.section-1 .title-box .description-text {
    width: 90%;
  }
  /*--------------------------------SECTION-1-END----------------------------------*/

  /*--------------------------------SECTION-2-START----------------------------------*/
  main section.section-2 {
    position: relative;
    padding-top: calc(8em + 10vw);
    margin-top: 6em;
  }

  main section.section-2::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: calc(8em + 10vw);

    background: url(../img/about-us/section-2-mobile-header-photo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  main section.section-2 .title-box .img-box {
    display: none;
  }

  main section.section-2 .under-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  main section.section-2 .under-box .title-box {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 2em;
    padding: 0;
  }

  main section.section-2 .under-box .title-box h1 {
    margin-top: 0.75em;
    padding-top: 0;
  }

  main section.section-2 .under-box .title-box .description-text {
    width: 90%;
  }

  main section.section-2 .under-box .description-box .buttons-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 90%;
    margin-top: 3.5em;
  }
  /*--------------------------------SECTION-2-END----------------------------------*/

  /*--------------------------------SECTION-3-START----------------------------------*/
  main section.section-3 {
    position: relative;
    padding-top: calc(8em + 10vw);
    margin-top: 10em;
  }

  main section.section-3::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: calc(8em + 10vw);

    background: url(../img/about-us/section-3-mobile-header-photo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  main section.section-3 .title-box {
    width: 100%;
  }

  main section.section-3 .title-box .img-box {
    display: none;
  }

  main section.section-3 .under-box {
    width: 100%;
  }

  main section.section-3 .under-box .title-box {
    align-items: center;
  }

  main section.section-3 .under-box .title-box h1 {
    text-align: center;

    margin-top: 1.5em;
    padding-top: 0;
  }

  main section.section-3 .under-box .title-box .description-text {
    text-align: center;
    width: 90%;
    margin-top: 1.5em;
  }

  main section.section-3 .under-box .description-box .boxes-box {
    justify-content: center;
    width: 90%;
    margin-top: 3em;
  }

  main section.section-3 .under-box .description-box .boxes-box .box {
    width: 50%;
  }

  main
    section.section-3
    .under-box
    .description-box
    .boxes-box
    .box
    .description-box
    .description-text {
    font-size: 1.5em;
    width: 100%;
    margin-top: 1em;
  }

  main section.section-3 .under-box .description-box .buttons-box {
    margin-top: 3.5em;
    width: 100%;
  }

  main section.section-3 .under-box .title-box .description-text {
    width: 90%;
  }

  main section.section-3 .under-box .description-box .buttons-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 90%;
  }
  /*--------------------------------SECTION-3-END----------------------------------*/

  /*--------------------------------SECTION-4-START----------------------------------*/
  main section.section-4 {
    flex-direction: column;
  }

  main section.section-4 .title-box {
    width: 100%;
  }

  main section.section-4 .title-box h2 {
    margin-top: 1.5em;
  }

  main section.section-4 .title-box .description-text {
    width: 90%;
  }

  main section.section-4 .title-box .buttons-box button a {
    display: none;
  }

  main section.section-4 .under-box {
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  main section.section-4 .under-box .description-text {
    width: 100%;
    margin-bottom: 3em;
  }

  main section.section-4 .under-box .description-text .tables-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  main section.section-4 .under-box .description-text .tables-box ul {
    margin: 0.25em;
    padding: 0;
    width: clamp(350px, 75%, 700px);
  }

  main section.section-4 .under-box .description-text .tables-box ul .title {
    font-size: 0.875em;
    height: 2.5em;
  }

  main section.section-4 .under-box .description-text .tables-box ul li {
    text-align: left;
    padding: 1em 0 1em 1em;
  }

  main section.section-4 .under-box .description-text .under-box .all-rights {
    font-size: 0.5em;
    margin-left: 1em;
  }

  main section.section-4 .under-box .buttons-box a {
    color: white;
    background-color: black;
  }
  /*--------------------------------SECTION-4-END----------------------------------*/
}
