header {
  background: url(../images/about/com-nav.png) no-repeat center center/cover;
}
header .app-icon {
  display: none;
}
header .app-nav a {
  color: #fff !important;
}
header .mobile-nav-btn-line {
  background: #fff !important;
}
header .language-btn {
  color: white !important;
  border-color: white !important;
}
header .language-switcher #language-select {
  color: #fff !important;
}

.about-title {
  text-align: center;
  font-size: 64px;
  line-height: 64px; /* 100% */
  padding-top: 137px;
  padding-bottom: 68px;
}

.our-journey {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.our-journey .journey-info {
  width: 583px;
}
.our-journey .journey-info .journey-info-title {
  font-size: 36px;
  margin-bottom: 39px;
}
.our-journey .journey-img {
  width: 465px;
}
.our-journey .journey-img img {
  width: 100%;
}

.sections {
  margin-top: 140px;
  text-align: center;
}
.sections .section-title {
  color: #323232;
  font-size: 36px;
  line-height: 48px; /* 133.333% */
  letter-spacing: 7.2px;
  margin-bottom: 30px;
}
.sections .section-desc {
  margin-top: 60px;
  color: #3d3d3d;
  font-size: 20px;
  line-height: 28px; /* 140% */
}

.icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
  margin-bottom: 110px;
}
.icons .icon-item {
  width: 314px;
  height: 199px;
}
.icons .icon-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  header {
    justify-content: flex-end;
  }
  .about-title {
    font-size: 32px;
    line-height: 32px;
    padding-top: 27px;
    padding-bottom: 21px;
  }
  .sections {
    padding: 0 21px;
  }
  .our-journey {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .our-journey .journey-info {
    width: 100%;
    padding: 0 21px;
    margin-bottom: 21px;
  }
  .our-journey .journey-info .journey-info-title {
    font-size: 21px;
    margin-bottom: 12px;
  }
  .our-journey .journey-info .journey-info-desc {
    font-size: 14px;
  }
  .our-journey .journey-img {
    width: 100%;
  }
  .sections {
    margin-top: 70px;
  }
  .sections .section-title {
    font-size: 24px;
    margin-bottom: 12px;
    letter-spacing: 1px;
  }
  .sections .section-desc {
    margin-top: 21px;
    font-size: 14px;
  }
  .icons {
    flex-direction: column;
  }
  .icons .icon-item {
    width: 210px;
  }
  .icons .icon-item img {
    width: 100%;
    height: unset;
  }
}
