/* PHASE 3 - INSTITUTION / GOVERNANCE BATCH 02 */
main .i4-sec {
  padding: 150px 38px;
  border-top: 1px solid rgba(17, 22, 23, .12);
  background: #fff
}

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

main .i4-sec.dark {
  background: #082f31;
  color: #fff
}

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

main .i4-sec.dark .i4-ey {
  color: #a7b7b8
}

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

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

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

main .i4-sec.dark .i4-head p {
  color: #bbc9ca
}

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

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

main .i4-map article:last-child {
  border-right: 0
}

main .i4-map strong {
  display: block;
  margin: 122px 0 14px;
  font-size: 22px;
  line-height: 1.03;
  font-weight: 400
}

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

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

main .i4-long .lead {
  padding: 42px;
  background: #082f31;
  color: #fff
}

main .i4-long .lead h3 {
  margin: 170px 0 18px;
  font-size: clamp(40px, 4.3vw, 68px);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 400
}

main .i4-long .lead p {
  font-size: 11px;
  line-height: 1.76;
  color: #b9c8c9
}

main .i4-long .body {
  padding: 42px
}

main .i4-long .body p {
  margin: 0 0 24px;
  font-size: 11px;
  line-height: 1.82;
  color: #536668
}

main .i4-process {
  border-top: 1px solid rgba(17, 22, 23, .12)
}

main .i4-process article {
  display: grid;
  grid-template-columns: .2fr .8fr;
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  min-height: 215px
}

main .i4-process .meta {
  padding: 30px;
  border-right: 1px solid rgba(17, 22, 23, .12)
}

main .i4-process .meta strong {
  font-size: 46px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.05em;
  color: #082f31
}

main .i4-process .body {
  padding: 30px
}

main .i4-process h3 {
  margin: 0 0 13px;
  font-size: 28px;
  line-height: 1.02;
  letter-spacing: -.043em;
  font-weight: 400
}

main .i4-process p {
  font-size: 10px;
  line-height: 1.7;
  color: #687a7c;
  max-width: 1040px
}

main .i4-grid {
  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 .i4-grid article {
  padding: 28px;
  border-right: 1px solid rgba(17, 22, 23, .12);
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

main .i4-grid article:nth-child(even) {
  background: #edf4f4
}

main .i4-grid strong {
  font-size: 25px;
  line-height: 1.03;
  font-weight: 400;
  letter-spacing: -.04em
}

main .i4-grid p {
  font-size: 9.3px;
  line-height: 1.67;
  color: #687a7c
}

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

main .i4-guard .col {
  padding: 34px
}

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

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

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

@media(max-width: 1000px) {
  main .i4-head, main .i4-long {
    grid-template-columns: 1fr
  }
  main .i4-map {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width: 700px) {
  main .i4-sec {
    padding-left: 20px;
    padding-right: 20px
  }
  main .i4-map, main .i4-grid, main .i4-guard {
    grid-template-columns: 1fr
  }
  main .i4-process article {
    grid-template-columns: 1fr
  }
  main .i4-process .meta {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 22, 23, .12)
  }
}
