#our-approach #container .s2 {
  padding: 10rem 0;
}

#our-approach #container .s2 .container-inner {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}

#our-approach #container .s2 h2 {
  width: 50%;
}

#our-approach #container .s2 p {
  width: 50%;
  max-width: 950px;
}

#our-approach #container .grey {
  background: #F6F6F7;
}

#our-approach #container .text {
  margin-left: 51%;
  text-align: left;
  z-index: 1;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#our-approach #container .text > * {
  max-width: 650px;
  margin-right: 5%;
  display: block;
}

#our-approach #container .text h3 {
  font-size: 2.65rem;
  line-height: 3.2rem;
  color: #7E858B;
  margin-bottom: 2.89rem;
}

#our-approach #container .text ul {
  list-style: none;
}

#our-approach #container .text ul li {
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #5C676F;
  padding: 10px 0;
  border-bottom: solid 1px #5C676F;
}

#our-approach #container .text ul li:last-of-type {
  border: none;
}

#our-approach #container .images {
  text-align: left;
  vertical-align: middle;
  left: 0px;
  width: calc(50% - 133px);
  height: calc(100% - 140px);
  position: absolute !important;
  top: 70px !important;
}

#our-approach #container .images ul {
  list-style-type: none;
  width: 10px;
  display: block;
  text-align: center;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

#our-approach #container .images ul a {
  border-radius: 50%;
  background: #5C676F;
  opacity: 0.5;
  display: inline-block;
  width: 10px;
  height: 10px;
}

#our-approach #container .images ul a.sel {
  opacity: 1;
}

#our-approach #container .images > div {
  overflow: hidden;
  position: absolute !important;
  left: 60px;
  top: 0 !important;
  width: calc(100% - 60px);
  height: 100%;
}

#our-approach #container .images > div > div {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  will-change: transform;
  transition: transform 0.3s ease-out;
}

#our-approach #container .images > div > div:nth-child(1) {
  background-image: url(/i/advising-bg-img.jpg);
}

#our-approach #container .images > div > div:nth-child(3) {
  transform: translate(0, 100%);
  background-image: url(/i/comprehensive-bg-img.jpg);
}

#our-approach #container .images > div > div:nth-child(2) {
  transform: translate(0, 100%);
  background-image: url(/i/investing-bg-img.jpg);
}

#our-approach #container .images > div > div:nth-child(4) {
  transform: translate(0, 100%);
  background-image: url(/i/human-capital-bg-img.jpg);
}

#our-approach #container .images > div > div:nth-child(5) {
  transform: translate(0, 100%);
  background-image: url(/i/svg/advising-img-block.svg);
}

#our-approach #container .s3 {
  z-index: 1;
}

#our-approach #container .s3, #our-approach #container .s4, #our-approach #container .s5, #our-approach #container .s6 {
  position: relative;
  height: 740px;
  vertical-align: middle;
  background: #F6F6F7;
}

#our-approach #container .s3 .container-inner, #our-approach #container .s4 .container-inner, #our-approach #container .s5 .container-inner, #our-approach #container .s6 .container-inner {
  height: 740px;
  position: relative;
}

#our-approach #container .mobile-img {
  display: none;
  height: 450px;
  width: 100%;
}

#our-approach #container .s3 .mobile-img {
  background: url(/i/advising-bg-img.jpg) no-repeat center/cover;
}

#our-approach #container .s4 .mobile-img {
  background: url(/i/investing-bg-img.jpg) no-repeat center/cover;
}

#our-approach #container .s5 .mobile-img {
  background: url(/i/comprehensive-bg-img.jpg) no-repeat center/cover;
}

#our-approach #container .s6 .mobile-img {
  background: url(/i/human-capital-bg-img.jpg) no-repeat center/cover;
}

#our-approach #container .s7 {
  padding: 8.34rem 0;
}

#our-approach #container .s7 .top {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 7.78rem;
}

#our-approach #container .s7 .top h3 {
  font-size: 2.23rem;
  line-height: 3rem;
  width: 50%;
}

#our-approach #container .s7 .top > div {
  width: 50%;
  max-width: 950px;
}

#our-approach #container .s7 .top p {
  margin-bottom: 1rem;
}

#our-approach #container .s7 .top p:last-of-type {
  margin-bottom: 0;
}

#our-approach #container .s7 table {
  width: 100%;
  border-collapse: collapse;
}

#our-approach #container .s7 table thead {
  border-bottom: solid 2px #707070;
}

#our-approach #container .s7 table th, #our-approach #container .s7 table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

#our-approach #container .s7 table th {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: #2E2826;
}

#our-approach #container .s7 table td {
  font-weight: 400;
  font-size: 1.3rem;
  color: #7E858B;
}

#our-approach #container .s7 table .no, #our-approach #container .s7 table .yes {
  font-weight: bold;
}

#our-approach #container .s7 table tbody tr:nth-child(odd) {
  background-color: rgba(164, 169, 172, 0.1);
}

/***** MEDIA *****/
@media screen and (max-width: 1500px) {
  #our-approach #container .images > div {
    width: calc(120% - 100px);
  }
}

@media screen and (max-width: 1200px) {
  #our-approach #container .text {
    transform: none;
    margin: 0 1rem;
    top: auto !important;
  }
  #our-approach #container .text * {
    margin-right: auto;
    max-width: none;
  }
  #our-approach #container .text h3 {
    margin-bottom: 1rem;
  }
  #our-approach #container .images {
    display: none;
  }
  #our-approach #container .mobile-img {
    display: block;
    margin-bottom: 3rem;
  }
  #our-approach #container .s3 .images ul, #our-approach #container .s3 .images > div {
    display: none;
  }
  #our-approach #container .s3, #our-approach #container .s4, #our-approach #container .s5, #our-approach #container .s6 {
    height: auto;
    padding-top: 6rem;
  }
  #our-approach #container .s6 {
    padding-bottom: 6rem;
  }
  #our-approach #container .s3 .container-inner, #our-approach #container .s4 .container-inner, #our-approach #container .s5 .container-inner, #our-approach #container .s6 .container-inner {
    height: auto;
    width: auto;
  }
}

@media screen and (max-width: 1100px) {
  #our-approach #container .s2 {
    padding: 8.34rem 0;
  }
  #our-approach #container .s2 .container-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  #our-approach #container .s2 h2 br {
    display: none;
  }
  #our-approach #container .s2 p {
    max-width: none;
  }
  #our-approach #container .s2 h2, #our-approach #container .s2 p {
    width: 100%;
  }
  #our-approach #container .s7 .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5rem;
  }
  #our-approach #container .s7 .top h3 {
    width: 100%;
  }
  #our-approach #container .s7 .top > div {
    width: 100%;
    max-width: none;
  }
  #our-approach #container .s7 table th {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
  #our-approach #container .s7 table td {
    font-size: 1rem;
    line-height: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  #our-approach #container .s2 {
    padding: 6rem 0;
  }
  #our-approach #container .mobile-img {
    height: 400px;
  }
  #our-approach #container .text h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  #our-approach #container .s7 {
    padding: 6rem 0;
  }
  #our-approach #container .s7 .top {
    margin-bottom: 3rem;
  }
  #our-approach #container .s7 table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
  }
  #our-approach #container .s7 table thead {
    display: none;
  }
  #our-approach #container .s7 table td {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  #our-approach #container .s7 table tbody tr {
    display: block;
    margin-bottom: 2rem;
  }
  #our-approach #container .s7 table tbody tr:last-of-type {
    margin-bottom: 0;
  }
  #our-approach #container .s7 table tbody td {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: right;
  }
  #our-approach #container .s7 table tbody td::before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    min-width: 180px;
  }
}
