@charset "utf-8";
/* CSS Document */
.company-page .header .container-fluid .navmenu ul li:nth-child(5) a{
	color: var(--accent-color) !important;
	font-weight: bold;
}
.company-page .footer .footer-links .footer-nav-list-02 li:first-child a{
	color: var(--accent-color) !important;
}
.main {
  margin: 110px 0 0 0;
}
@media (max-width: 1200px) {
  .main {
    margin: 90px 0 0 0;
  }
}
.company-lead {
  font-size: clamp(18px, 2vw + 10px, 20px);
  font-weight: 500;
  color: var(--default-color);
  line-height: 1.8;
}

.our-actions-bg {
  background: var(--background-green);
  padding: 1em 2em;
  border-radius: 10px;
}
#our-journey, #our-actions, #outline, #history, #access {
  scroll-margin-top: 130px;
}
@media (max-width: 1200px) {
  #our-journey, #our-actions, #outline, #history, #access {
    scroll-margin-top: 105px;
  }
}