.img-block {
  min-height: 670px;
}

img {
  display: block;
}

.text {
  gap: 23px;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
}

.text-and-pictures__image,
.image-diagram {
  max-width: 325px;
}

.text-and-pictures .text p {
  padding: 0;
}

.expectations-block .expectations-block-wrapper {
  background-color: #e9ebe4;
  padding: 40px;
  border-radius: 30px;
}
.expectations-content {
  display: flex;
  gap: 40px;
}

.expectations-block .expectations-block-wrapper h2 {
  margin-bottom: 40px !important;

  font-weight: 700 !important;
  font-size: 40px !important;
  line-height: 56px;

  color: #2e4e35;
}

.expectations-block .expectations-block-wrapper p {
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 22px;

  color: #2e4e35;
}

.expectations-block .expectations-block-wrapper p a {
  text-decoration-line: underline;

  color: #d29c12;
}

.expectations-description {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.expectations-icons {
  display: flex;
  align-items: center;
  gap: 39px;
}

.expectation-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.expectations-block .expectations-block-wrapper .expectation-icon p {
  font-weight: 700 !important;
  font-size: 18px;
  line-height: 22px;
}

.expectation-icon span {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;

  color: #2e4e35;
  display: flex;
  gap: 8px;
}

.expectation-icon span::before {
  content: "";
  display: flex;
  width: 30px;
  height: 24px;

  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.expectation-icon span.Bear::before {
  background: url(/wp-content/uploads/2024/12/Vector-1.png);
}

.expectation-icon span.Base::before {
  background: url(/wp-content/uploads/2024/12/Vector-2.png);
}

.expectation-icon span.Bull::before {
  background: url(/wp-content/uploads/2024/12/Vector-3.png);
}

.investment-outcomes-wrapper {
  padding: 80px 100px;
}

.investment-outcomes-wrapper h2 {
  font-weight: 700 !important;
  font-size: 40px !important;
  line-height: 47px;
  margin-bottom: 40px !important;
  color: #2e4e35;
  text-align: center;
}

.investment-subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 62px !important;

  text-align: center;

  color: #2e4e35;
}

.investment-footer {
  padding: 40px 20px;

  background: #ffffff;
  border: 1px dashed #f1b314;
  border-radius: 30px;
}

.investment-footer p {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;

  text-align: center;

  color: #2e4e35;
}

.investment-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 60px;
}

.investment-item {
  width: 100%;
  height: 96px;

  border: 1px solid #e9ebe4;
  border-radius: 30px;
  transition: all 300ms ease;
}

.investment-item > a {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 24px;
  transition: all 300ms ease;
}

.investment-icon {
  width: 56px;
  height: 56px;

  background: #e9ebe4;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
}

.investment-item:hover {
  background: #e9ebe4;
}

.investment-item:hover .investment-icon {
  background: #fff;
}

.investment-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.investment-content h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 0;
  color: #2e4e35;
  font-family: Raleway, sans-serif !important;
}

.investment-content p {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;

  color: #2e4e35;
}

.investment-link {
  display: flex;
  margin-left: auto;
  color: #f1b314;
  transition: all 300ms ease;
}

.investment-item:hover .investment-link {
  color: #2e4e35;
}

.secondary,
.share-button {
  margin-left: 24px;
  background: #fff;
  border-radius: 30px !important;
  padding: 12px 24px !important;
  text-align: center !important;
  color: #2e4e35 !important;
  border: none !important;
  font-family: Raleway !important;
  font-size: 16px;
  font-weight: 700;
}

.expectations-content.hidden {
  max-height: auto;
}

.expectations-title i {
  display: none;
}

.steps-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 40px 54px;
  gap: 40px;

  background: #e9ebe4;
  border: 1px solid #e9ebe4;
  border-radius: 30px;
  width: 100%;
}

.steps-title {
  font-size: 16px !important;
  align-self: center;

  font-weight: 600;
  font-size: 16px !important;
  line-height: 22px;

  color: #2e4e35;
}

.steps-container {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
}
.steps-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.step-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.step {
  display: flex;
}
.step-number {
  background: #eec12d;

  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

.step-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;

  color: #2e4e35;
}

/*.step-item.last .step-number {
  width: 52px;
  height: 52px;
  font-size: 33px;
}
.step-item.last .step-text {
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 22px !important;
}*/
.text-and-pictures img {
  height: 325px;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .hero .bottom-text {
    margin-top: 0;
  }
  .main-text {
    gap: 24px;
    padding-bottom: 0;
  }
  .investment-content h3 {
    font-size: 16px;
  }
  .text-and-pictures img {
    width: 100%;
    border-radius: 20px;
    height: 343px;
  }
  .investment-item > a {
    padding: 10px 20px;
  }
  .steps-title {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    margin-top: 24px;
  }
  .steps-section {
    padding: 20px;
  }
  .step-text {
    text-align: start;
  }

  .step-number {
    min-width: 40px;
    margin: 0;
    width: 40px;
    height: 40px;
  }
  .steps-container {
    justify-content: start;
    gap: 20px;
  }

  .step-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 100%;
    z-index: 1;
    position: relative;
    justify-content: flex-start;
    gap: 10px;
    flex-grow: 1;
  }
  .step-number::before,
  .step-number::after {
    content: none;
  }

  .hero .title h1 {
    font-size: 36px !important;
    line-height: 43px;
  }

  .img-block {
    min-height: auto;
  }
  .text-and-pictures__image {
    display: none;
  }

  .text-and-pictures {
    flex-direction: column;
  }
  .image-diagram {
    max-width: 100%;
    overflow: hidden;
  }

  .expectations-block .expectations-block-wrapper .expectations-title {
    font-size: 24px !important;
    line-height: 28px !important;
    margin-bottom: 0 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .expectations-title i {
    display: block;
    transition: transform 0.3s ease;
  }

  .expectations-title.open i {
    transform: rotate(180deg);
  }
  .expectations-content.hidden {
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
  }

  .expectations-content {
    margin-top: 24px;
    display: flex;
    gap: 24px;
    flex-direction: column;
    border-radius: 20px;
  }

  .expectations-block .expectations-block-wrapper {
    padding: 40px 20px;
    border-radius: 20px;
  }

  .expectations-block .expectations-block-wrapper p {
    font-size: 16px !important;
  }
  .expectations-icons {
    display: flex;
    align-items: start;
    gap: 4px;
    flex-direction: column;
    margin-top: 24px;
  }

  .expectations-description {
    margin-bottom: 0;
  }

  .investment-outcomes-wrapper {
    padding: 16px 0;
  }

  .investment-outcomes-wrapper h2 {
    font-size: 24px !important;
    line-height: 28px;
    margin-bottom: 24px !important;
  }
  .investment-subtitle {
    font-size: 16px;
    margin-bottom: 32px !important;
  }
  .investment-content p {
    display: none;
  }
  .investment-icon {
    width: 48px;
    height: 48px;
  }
  .investment-item {
    height: 68px;
  }
  .investment-footer {
    display: none;
  }
  
  .button.secondary {
    background: #fff !important;
    margin-left: 0;
    width: 207px;
  }

  .investment-list {
    margin-bottom: 0;
  }
  .secondary,
  .share-button {
    margin: 0;
  }
}

@media screen and (max-width: 1270px) {
  .steps-container {
    gap: 16px;
  }
}
