#esg .s2 .container-inner {
  max-width: 940px;
}

#esg .s2 .container-inner p:nth-child(2) {
  max-width: 688px;
  margin-left: auto;
  margin-top: 3rem;
}

#esg .s3 {
  padding-bottom: 7.5rem;
}

#esg .s3 .container-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#esg .s3 .item {
  padding: 1.5rem 0;
  position: relative;
}

#esg .s3 .item > div {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 25px;
}

#esg .s3 .item > div > div {
  min-width: 90px;
}

#esg .s3 .item .divider {
  width: 0;
  height: 1px;
  background: #FFFFFF40;
  position: absolute;
  top: 0;
  left: 0;
}

#esg .s4 {
  background: #fff;
  padding: 7.5rem 0;
}

#esg .s4 .cols {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

#esg .s4 .cols > div {
  transition: width 0.5s ease-out;
  height: 640px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(33% - 10px);
  position: relative;
}

#esg .s4 .cols > div::after {
  content: "";
  position: absolute;
  bottom: 80px;
  right: 60px;
  background: url(/i/svg/plus.svg) no-repeat center/cover;
  width: 50px;
  height: 50px;
  display: block;
}

#esg .s4 .cols > div.on::after {
  background-image: url(/i/svg/minus.svg);
}

#esg .s4 .cols > div:nth-child(1) {
  background: url(/i/unmatched-bg-img.jpg) no-repeat center/cover;
}

#esg .s4 .cols > div:nth-child(2) {
  background: url(/i/market-level-bg-img.jpg) no-repeat center/cover;
}

#esg .s4 .cols > div:nth-child(2)::after {
  right: initial;
  left: 60px;
}

#esg .s4 .cols > div.on {
  width: calc(67% - 10px) !important;
}

#esg .s4 .cols h3 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
}

#esg .s4 .cols p {
  opacity: 0;
  visibility: none;
  transition: opacity 0s ease-out;
  padding-right: 130px;
}

#esg .s4 .cols > div:nth-child(2) p {
  padding-right: 0;
  padding-left: 130px;
}

#esg .s4 .cols > div.on p {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}

#esg .prefooter {
  text-align: center;
}

#esg .prefooter h2 {
  margin: 1.85rem 0 3rem 0;
}

#esg .prefooter .global-cta {
  border-color: #FFFFFF73;
}

#esg .prefooter .global-cta span {
  color: #fff;
}

#esg .prefooter .global-cta:hover span {
  color: #42ADFF;
}

@media screen and (max-width: 1100px) {
  #esg .s4 .cols {
    flex-direction: column;
  }
  #esg .s4 .cols > div, #esg .s4 .cols > div.on {
    width: 100% !important;
  }
  #esg .s4 .cols > div {
    height: 450px;
  }
  #esg .s4 .cols > div p {
    padding-right: 0;
  }
  #esg .s4 .cols > div::after {
    display: none;
  }
  #esg .s4 .cols > div:nth-child(2) p {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #esg .s3 {
    padding-bottom: 5rem;
  }
  #esg .s3 .container-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  #esg .s3 .item > div > div {
    min-width: 45px;
  }
  #esg .s3 .item img {
    max-width: 45px;
  }
  #esg .s4 {
    padding: 5rem 0;
  }
  #esg .s4 .cols > div {
    height: 400px;
    padding: 2rem 1rem;
  }
}
