.pageAdvice__content {
  padding: 4rem 0 3.375rem 0;
}
.pageAdvice__boxes {
  padding-bottom: 58px;
}
.pageAdvice__boxes .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .pageAdvice__boxes .container {
    flex-direction: row;
  }
}
.pageAdvice__boxes__item {
  width: 100%;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #091b1e;
  min-height: 540px;
  position: relative;
}
@media (min-width: 768px) {
  .pageAdvice__boxes__item {
    width: calc(50% - 30px);
  }
}
.pageAdvice__boxes__item .textContainer {
  padding: 2rem;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.5rem;
  background-color: #133134;
  width: 100%;
  max-width: 90%;
}
@media (min-width: 768px) {
  .pageAdvice__boxes__item .textContainer {
    max-width: 464px;
  }
}
.pageAdvice__boxes__item .textContainer h2 {
  font-weight: 300;
  font-size: 26px;
  line-height: normal;
}
@media (min-width: 992px) {
  .pageAdvice__boxes__item .textContainer h2 {
    font-size: 2rem;
    line-height: 57px;
  }
}
.pageAdvice__boxes__item .textContainer h2 {
  color: white;
  margin-bottom: 0;
}
.pageAdvice__boxes__item .textContainer p {
  color: white;
  margin: 15px 0 2rem 0;
}
.pageAdvice__whereToInvest {
  background: #f7f8f7;
  padding: 34px 0;
}
.pageAdvice__analysisHouse {
  padding: 58px 0 72px 0;
}
.pageAdvice__analysisHouse .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 100px;
}
@media (min-width: 1200px) {
  .pageAdvice__analysisHouse .container {
    flex-direction: row;
  }
}
.pageAdvice__analysisHouse .container > div {
  width: 100%;
}
.pageAdvice__analysisHouse .container > div:first-child {
  max-width: 441px;
}
.pageAdvice__analysisHouse .container > div:last-child {
  max-width: 585px;
}
@media (max-width: 1200px) {
  .pageAdvice__analysisHouse .container > div:last-child {
    display: none;
  }
}
.pageAdvice__ionTrader {
  padding-bottom: 80px;
}
.pageAdvice__ionTrader__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.5rem;
  background: #091b1e;
  padding: 1.5rem;
}
@media (min-width: 1200px) {
  .pageAdvice__ionTrader__grid {
    flex-direction: row;
    padding: 2rem 3rem;
    gap: 72px;
  }
}
.pageAdvice__ionTrader__grid > div {
  width: 100%;
}
.pageAdvice__ionTrader__grid > div:first-child {
  max-width: 542px;
}
.pageAdvice__ionTrader__grid > div:last-child {
  max-width: 433px;
}
.pageAdvice__ionTrader__grid .textContainer {
  margin-bottom: 2rem;
}
.pageAdvice__ionTrader__grid .textContainer h3 {
  color: white;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .pageAdvice__ionTrader__grid .textContainer h3 {
    margin-bottom: 2rem;
  }
}
.pageAdvice__ionTrader__grid .textContainer p {
  color: white;
}
.pageAdvice__whereToInvest h2, .pageAdvice__analysisHouse h2, .pageAdvice__ionTrader h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: normal;
}
@media (min-width: 992px) {
  .pageAdvice__whereToInvest h2, .pageAdvice__analysisHouse h2, .pageAdvice__ionTrader h2 {
    font-size: 40px;
    line-height: 57px;
  }
}