.cover-image-a2 {
  height: 200px;
}
.cover-image-a2__content-area {
  max-width: 1250px;
}
.cover-image-a2__title {
  z-index: 2;
}

#page-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: clamp(5rem, 8vw, 10rem);
  color: var(--font-white);
}
#page-title > span {
  display: inline-block;
  white-space: nowrap;
}
#page-title > span:first-of-type {
  font-size: 0.7em;
}

#figure-spectra-1, #figure-spectra-2, #figure-spectra-3, #figure-spectra-4 {
  width: 23%;
  height: 25%;
  bottom: 0%;
}
#figure-spectra-1 .figure-spectra-a1__spectrum-1, #figure-spectra-1 .figure-spectra-a1__spectrum-2, #figure-spectra-2 .figure-spectra-a1__spectrum-1, #figure-spectra-2 .figure-spectra-a1__spectrum-2, #figure-spectra-3 .figure-spectra-a1__spectrum-1, #figure-spectra-3 .figure-spectra-a1__spectrum-2, #figure-spectra-4 .figure-spectra-a1__spectrum-1, #figure-spectra-4 .figure-spectra-a1__spectrum-2 {
  background-color: var(--main-gray);
}

#figure-spectra-1 {
  left: 0%;
}

#figure-spectra-2 {
  left: 25%;
}

#figure-spectra-3 {
  left: 50%;
}

#figure-spectra-4 {
  left: 75%;
}

section {
  margin: 0px 25px;
}

#section1 > div {
  width: 100%;
  padding: clamp(20px, 6vw, 40px) clamp(10px, 3vw, 20px);
  text-align: center;
  line-height: 2;
}
#section1 h2 {
  font-size: medium;
  color: #484848;
}
#section1 p:first-of-type {
  margin-top: 15px;
}

#section2 {
  padding: 25px 0px;
}
#section2 > div {
  max-width: 820px;
}
#section2 h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: normal;
}
#section2 p {
  font-size: medium;
}

#section3 {
  padding: 25px 0px;
}
#section3 h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: normal;
}
#section3 .row-to-column-a1 {
  align-items: stretch;
}
#section3 .card-a1 {
  max-width: 300px;
  height: 100%;
  padding: 10px;
  margin: 10px 20px;
  background-color: #dfdfdf;
  border: 1px solid transparent;
  border-radius: 4px;
}
#section3 .card-a1__title {
  font-size: medium;
}
#section3 .card-a1__cover {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
#section3 .card-a1__cover img {
  max-height: 200px;
  max-width: 100%;
}
#section3 .card-a1__content {
  margin-top: 10px;
  max-width: 400px;
  font-size: initial;
}/*# sourceMappingURL=page-about-custom.css.map */