#strategies .s2 {
  position: relative;
  padding: 8rem 0;
}

#strategies .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;
}

#strategies .s2 .left {
  position: sticky;
  top: 13rem;
  height: 70px;
}

#strategies .s2 .cards {
  width: 58%;
}

#strategies .s2 .cards .card {
  height: 680px;
  border-radius: 30px;
  border: 1px solid #787D85;
  background: #FFF;
  position: relative;
  padding: 3.75rem 1rem 2.85rem 1rem;
  margin-bottom: 6rem;
}

#strategies .s2 .cards .card > div {
  height: 100%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
  max-width: 695px;
  margin: 0 auto;
}

#strategies .s2 .cards .card p {
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.3em;
}

#strategies .s2 .cards .card p.lg {
  font-weight: 500;
  background: linear-gradient(105deg, #C48E51 17.6%, #FFD9A1 92.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}

#strategies .s2 .cards .card:last-of-type {
  margin-bottom: 0;
}

#strategies .s2::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/i/investment-strategies.png) no-repeat center/cover;
  opacity: 0.26;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 15.99%, rgba(255, 255, 255, 0) 39.93%), url(/i/investment-strategies.png) lightgray 50%/cover no-repeat;
  pointer-events: none;
  background-attachment: fixed;
}

#strategies .s3 {
  padding: 8rem 0;
  background: #F8F8F9;
}

#strategies .s3 .container-inner {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  z-index: 1;
}

#strategies .s3 .bg-img {
  width: 50%;
  max-width: 705px;
}

#strategies .s3 .bg-img img {
  width: 100%;
}

#strategies .s3 .content {
  width: 50%;
  max-width: 705px;
  margin: 0 auto;
}

#strategies .s3 .content h3 {
  margin-bottom: 2.5rem;
}

#strategies .s3 .content > div .hline {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(105deg, #C48E51 17.6%, #FFD9A1 92.59%);
  margin: 1rem 0;
  width: 0;
  opacity: 0;
  transition: all .3s ease;
}

#strategies .s3 .content > div > div {
  overflow: hidden;
  padding-bottom: 3px;
}

#strategies .s3 .content > div .lg {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all .3s ease;
}

@media screen and (max-width: 1200px) {
  #strategies .s2 .container-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #strategies .s2 .left {
    position: relative;
    height: auto;
    top: 0;
  }
  #strategies .s2 .cards {
    width: 100%;
  }
  #strategies .s2 .cards .card {
    height: 480px;
    padding: 2rem 1rem;
    margin-bottom: 4rem;
  }
  #strategies .s2 .cards .card > div {
    max-width: 800px;
  }
  #strategies .s2 .cards .card img {
    transform: scale(0.7);
    transform-origin: bottom left;
  }
  #strategies .s2::before {
    background-attachment: scroll;
  }
  #strategies .s3 .container-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
  }
  #strategies .s3 .bg-img {
    width: 100%;
  }
  #strategies .s3 .content {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #strategies .s1 {
    background-position: 58%;
  }
  #strategies .s2 {
    padding: 5rem 0;
  }
  #strategies .s2 .cards .card {
    height: 350px;
    margin-bottom: 3rem;
  }
  #strategies .s2 .cards .card img {
    transform: scale(0.5);
    transform-origin: center left;
  }
  #strategies .s2 .cards .card p {
    font-size: 1.1rem;
  }
  #strategies .s3 {
    padding: 5rem 0;
  }
  #strategies .s3 .container-inner {
    gap: 3rem;
  }
  #strategies .s3 .content h3 {
    margin-bottom: 1rem;
  }
  #strategies .s3 p.lg {
    font-size: 1.2rem;
    line-height: 1.3em;
  }
}
