.cover-image-a1 {
  background-repeat: no-repeat;
  background-position: center top;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Elements */
}
.cover-image-a1__text-area {
  margin: auto;
  font-size: xx-large;
}
.cover-image-a1__title {
  font-size: clamp(3rem, 6vw, 5rem);
  color: #484848;
}

.cover-image-a2 {
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
.cover-image-a2__content-area {
  position: relative;
  margin: auto;
  height: 100%;
}
.cover-image-a2__title {
  font-size: clamp(3rem, 6vw, 5rem);
  color: var(--font-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-wrapper-a1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.figure-square-a1 {
  aspect-ratio: 1/1;
  border: 3px solid aqua;
}

#figure-square-1 {
  width: 100px;
}

#figure-square-2 {
  width: 100px;
  position: absolute;
  top: 50%;
}/*# sourceMappingURL=page.css.map */