.page-about-us {
  min-height: 100vh;

  .about-us-left {
    padding-right: calc(var(--size) * 10);
  }
  .about-us-left img {
    max-width: 110px;
    margin-bottom: 20px;
  }
  .about-us-right img {
    max-width: 100%;
  }
  .row-flex {
    display: flex;
    align-items: center;
  }
  .text-container-wrapper {
    padding-top: calc(var(--size) * 6);
    padding-bottom: calc(var(--size) * 13.5);
  }
  .title-image-col h3 {
    color: var(--main-bg-color-custom);
    font-weight: var(--font-weight-bold);
    font-size: 1.55rem;
  }
  .values-section {
    color: #fff;
    background-color: #c08f4f;
    margin-top: 60px;
    padding-top: 260px;
    padding-bottom: 180px;
  }
  .values-section:before,
  .values-section:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 60px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
  }
  .values-section:before {
    bottom: calc(100% - 0.5px);
    background-image: url("../images/bg_c__top.png");
    background-position: center bottom;
  }
  .values-section:after {
    top: 100%;
    background-image: url("../images/bg_c__bottom.png");
    background-position: center top;
  }
  .values-row {
    margin-top: 210px;
    margin-bottom: 85px;
    border-bottom: 1px solid #fff;
  }
  .value-item {
    margin-bottom: calc(var(--size) * 10);
  }
  .value-content {
    display: flex;
    align-items: center;
  }
  .value-icon {
    flex: none;
    max-width: 110px;
    margin-right: 15px;
  }
  .value-content h3 {
    font-family: "handelsonone", sans-serif !important;
    font-size: 3.33em;
    line-height: 1;
    margin: 0;
  }
  .mission-character-vision > div {
    padding-left: calc(var(--size) * 3.3);
    padding-right: calc(var(--size) * 3.3);
  }
  .mission-character-vision > div:not(:last-child) {
    margin-bottom: calc(var(--size) * 4.6);
  }

  .history-wrapper {
    color: #fff;
    background-color: var(--main-bg-color-custom);
    margin-bottom: 25px;
    padding-left: calc((100% / 2) - 670px);
    padding-right: 0;
  }
  .timeline-section {
    position: relative;
  }
  .timeline-nav {
    border-top: 1px solid #fff;
    margin-bottom: 40px;
  }
  .nav-years {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .nav-years .year {
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
    position: relative;
    transition: all 300ms linear;
  }
  .nav-years .year:not(:last-child) {
    margin-right: 80px;
  }
  .nav-years .year.active,
  .nav-years .year:hover {
    color: var(--main-bg-color-grey);
  }
  .nav-years .year .year-circle {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 300ms linear;
  }
  .nav-years .year.active .year-circle,
  .nav-years .year:hover .year-circle {
    background-color: var(--main-bg-color-grey);
  }

  .item-content {
    display: flex;
    align-items: flex-start;
    padding-right: 30px;
  }
  .item-image {
    flex: none;
    max-width: 200px;
    margin-right: 30px;
    padding-top: 0.3em;
    border-radius: 20px;
  }
  .item-text h3 {
    font-size: 2.66rem;
    color: #fff;
    font-weight: var(--font-weight-bold);
    margin: 0 0 30px 0;
  }
  
.footer_custom {
    margin-top: -30px;
}

  /* RESPONSIVE STRUCTURE
--------------------------------------- */

  @media screen and (max-width: 1680px) {
    .history-wrapper {
      padding-left: calc((100% / 2) - 570px);
    }
  }

  @media screen and (max-width: 1366px) {
    .about-us-left {
      padding-right: calc(var(--size) * 6);
    }
    .about-us-left img {
      max-width: 80px;
      margin-bottom: 15px;
    }
    .text-container-wrapper {
      padding-top: calc(var(--size) * 3);
      padding-bottom: calc(var(--size) * 9.6);
    }
    .award-item {
      padding-top: calc(var(--size) * 3);
    }
    .values-section {
      margin-top: 45px;
      padding-top: 110px;
      padding-bottom: 110px;
    }
    .values-section:before,
    .values-section:after {
      height: 45px;
    }
    .values-row {
      margin-top: 160px;
      margin-bottom: 60px;
    }
    .value-item {
      margin-bottom: calc(var(--size) * 6);
    }
    .value-icon {
      max-width: 75px;
    }
    .value-content h3 {
      font-size: 3em;
    }
    .mission-character-vision > div {
      padding-left: calc(var(--size) * 2.6);
      padding-right: calc(var(--size) * 2.6);
    }
    .mission-character-vision > div:not(:last-child) {
      margin-bottom: calc(var(--size) * 4);
    }
    .timeline-nav {
      margin-bottom: 30px;
    }
    .nav-years .year {
      padding: 6px;
    }
    .nav-years .year:not(:last-child) {
      margin-right: 60px;
    }
    .item-content {
      padding-right: 20px;
    }
    .item-image {
      max-width: 140px;
      margin-right: 20px;
      padding-top: 0.3em;
      border-radius: 12px;
    }
    .item-text h3 {
      font-size: 2rem;
      margin: 0 0 20px 0;
    }
  }

  @media screen and (max-width: 1200px) {
    .text-container-wrapper {
      padding-top: calc(var(--size) * 3);
      padding-bottom: calc(var(--size) * 8.3);
    }
    .values-section {
      padding-top: 90px;
      padding-bottom: 75px;
    }
    .mission-character-vision > div {
      padding-left: var(--size);
      padding-right: var(--size);
    }
    .mission-character-vision > div:not(:last-child) {
      margin-bottom: calc(var(--size) * 2);
    }
    .history-wrapper {
      padding-left: calc((100% / 2) - 470px);
    }
  }

  @media screen and (max-width: 991px) {
    .text-container-wrapper {
      padding-top: calc(var(--size) * 2);
      padding-bottom: calc(var(--size) * 6.6);
    }
    .values-row {
      margin-top: 100px;
      margin-bottom: 45px;
    }
    .value-item {
      margin-bottom: calc(var(--size) * 3);
    }
    .history-wrapper {
      padding-left: calc((100% / 2) - 360px);
    }
    .nav-years .year:not(:last-child) {
      margin-right: 30px;
    }
  }

  @media screen and (max-width: 767px) {
    .about-us-left {
      margin-bottom: 30px;
      padding-right: var(--size);
    }
    .row-flex {
      display: block;
    }
    .text-container-wrapper {
      padding-bottom: calc(var(--size) * 4);
    }
    .award-item > div:first-child {
      margin-bottom: calc(var(--size) * 3);
    }
    .values-section {
      margin-top: 30px;
      padding-top: 60px;
      padding-bottom: 45px;
    }
    .values-section:before,
    .values-section:after {
      height: 30px;
    }
    .values-row {
      margin-top: 45px;
      margin-bottom: 30px;
    }
    .history-wrapper {
      padding-left: 15px;
    }
    .nav-years .year:not(:last-child) {
      margin-right: 15px;
    }
  }

  @media screen and (max-width: 600px) {
    .history-wrapper {
      padding-right: 15px;
    }
    .timeline-nav {
      margin-bottom: 15px;
    }
    .nav-years .year {
      font-size: 0.87rem;
      padding: 6px 4px;
    }
    .nav-years .year:not(:last-child) {
      margin-right: 10px;
    }
    .item-content {
      padding-right: 0;
    }
  }

  @media screen and (max-width: 480px) {
    .nav-years .year {
      font-size: 0.8rem;
      padding: 6px 3px;
    }
    .nav-years .year:not(:last-child) {
      margin-right: 5px;
    }
  }
}
