.header-placeholder {
  height: 0;
}

.green-header {
  aspect-ratio: 750 / 1334;
  display: flex;
  align-items: center;
  background-image: url(/assets/img/green/green.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.green .layout {
  padding: 0 4vw;
}

.green .title {
  padding: 16vw 0 6vw;
  font-size: var(--h1);
  color: var(--color1);
}

.green .subtitle {
  font-size: var(--h3);
  color: var(--color2);
  line-height: 1.5;
}

.green .desc {
  padding: 6vw 0 8vw;
  font-size: var(--h4);
  color: var(--color1);
  line-height: 1.5;
}

.imgs-box {
  padding: 6.6667vw 0;
  background-color: #e6e6e6;
}

.imgs-box .imgs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6vw 0;
}

.imgs-box .imgs .img {
  width: 43.6vw;
}

.imgs-box .imgs .img img {
  width: 100%;
  aspect-ratio: 327 / 202;
}

.description {
  padding-top: 8vw;
  padding-bottom: 12vw;
}

.description .content {
  font-size: var(--h4);
  color: var(--color1);
  line-height: 1.5;
}

.description img {
  margin-top: 6vw;
  width: 100%;
}
