body section {
  margin-bottom: 160px;
  padding: 0 24px;
}
#newsroom {
  margin-bottom: 80px;
}

.section-inner {
  width: 100%;
  max-width: 1260px;
  margin: auto;
}

#genestory {
  height: auto;
  position: relative;
}

.genestory-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: #0c2781;
  z-index: -1;
}

.genestory-inner {
  height: 100%;
  padding: 128px 0 0;
}

#genestory .main-txt {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}

#genestory .main-txt span {
  display: block;
  height: 40px;
}

#genestory .main-txt span img {
  height: 100%;
}

#genestory .main-txt b {
  font-size: 80rem;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 8px;
}

#contents {
  margin: 0 20%;
  padding: 20px 0;
}

.contents-inner {
  display: flex;
  justify-content: center;
}

.posts-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
  row-gap: 80px;
  margin-bottom: 4vh;

  @media (max-width: 926px) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 0.5fr));
  }

  @media (max-width: 630px) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

.post {
  cursor: pointer;
}

.post img {
  width: 100%;
  aspect-ratio: 7/5;
  object-fit: cover;
  margin-bottom: 16px;
}

.post h4 {
  font-size: 20px;
  padding: 0 0 auto 0;
  margin-bottom: 16px;
}

.post p {
  font-size: 16px;
  color: #a0a0a0;
}
