main .s3-sec {
  padding: 150px 38px;
  border-top: 1px solid rgba(17, 22, 23, .12);
  background: #fff
}

main .s3-sec.mist {
  background: #edf4f4
}

main .s3-ey {
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #748688;
  font-weight: 600
}

main .s3-head {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 66px
}

main .s3-head h2 {
  margin: 0;
  font-size: clamp(48px, 5.45vw, 84px);
  line-height: .92;
  letter-spacing: -.058em;
  font-weight: 400
}

main .s3-head p {
  margin: 0;
  font-size: 12px;
  line-height: 1.76;
  color: #607274
}

main .s3-pressure {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(17, 22, 23, .12)
}

main .s3-pressure article {
  padding: 27px;
  border-right: 1px solid rgba(17, 22, 23, .12);
  min-height: 325px
}

main .s3-pressure article:last-child {
  border-right: 0
}

main .s3-pressure strong {
  display: block;
  margin: 120px 0 14px;
  font-size: 22px;
  line-height: 1.03;
  font-weight: 400
}

main .s3-pressure p {
  font-size: 9px;
  line-height: 1.66;
  color: #687a7c
}

main .s3-route {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  border: 1px solid rgba(17, 22, 23, .12)
}

main .s3-route .lead {
  padding: 40px;
  background: #082f31;
  color: #fff
}

main .s3-route .lead h3 {
  margin: 165px 0 16px;
  font-size: clamp(38px, 4.1vw, 64px);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 400
}

main .s3-route .lead p {
  font-size: 10.5px;
  line-height: 1.75;
  color: #b9c8c9
}

main .s3-route .steps article {
  display: grid;
  grid-template-columns: .17fr .83fr;
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  min-height: 152px
}

main .s3-route .steps article:last-child {
  border-bottom: 0
}

main .s3-route .n {
  padding: 24px;
  border-right: 1px solid rgba(17, 22, 23, .12);
  font-size: 34px;
  letter-spacing: -.05em
}

main .s3-route .copy {
  padding: 24px
}

main .s3-route h4 {
  margin: 0 0 9px;
  font-size: 23px;
  line-height: 1.03;
  font-weight: 400;
  letter-spacing: -.04em
}

main .s3-route p {
  font-size: 9.5px;
  line-height: 1.68;
  color: #65787a
}

main .s3-bound {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(17, 22, 23, .12)
}

main .s3-bound .col {
  padding: 34px
}

main .s3-bound .col:first-child {
  background: #edf4f4;
  border-right: 1px solid rgba(17, 22, 23, .12)
}

main .s3-bound h3 {
  margin: 104px 0 18px;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.045em
}

main .s3-bound li {
  font-size: 10px;
  line-height: 1.7;
  color: #65787a;
  margin: 10px 0
}

main .s3-people {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(17, 22, 23, .12);
  border-left: 1px solid rgba(17, 22, 23, .12)
}

main .s3-person {
  display: grid;
  grid-template-columns: .42fr .58fr;
  border-right: 1px solid rgba(17, 22, 23, .12);
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  min-height: 330px
}

main .s3-person figure {
  margin: 0;
  overflow: hidden
}

main .s3-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72)
}

main .s3-person .body {
  padding: 22px;
  display: flex;
  flex-direction: column
}

main .s3-person h3 {
  margin: 14px 0 8px;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.04em
}

main .s3-person p {
  font-size: 8.5px;
  line-height: 1.62;
  color: #65787a
}

main .s3-person .links {
  margin-top: auto;
  display: flex;
  gap: 14px;
  font-size: 8px
}

@media(max-width: 1000px) {
  main .s3-head, main .s3-route {
    grid-template-columns: 1fr
  }
  main .s3-pressure {
    grid-template-columns: 1fr 1fr
  }
  main .s3-people {
    grid-template-columns: 1fr
  }
}

@media(max-width: 700px) {
  main .s3-sec {
    padding-left: 20px;
    padding-right: 20px
  }
  main .s3-pressure, main .s3-bound {
    grid-template-columns: 1fr
  }
  main .s3-person {
    grid-template-columns: 1fr
  }
}
