.investment-info {
  border-radius: 8px;
  margin: 30px auto 0px;
}
@media (min-width: 1200px) {
  .investment-info {
    margin: 60px auto 30px;
  }
}
.investment-info-holder {
  line-height: 14px;
  font-size: 14px;
  padding: 0;
}
@media (min-width: 1200px) {
  .investment-info-holder {
    border: 1px solid rgb(217, 224, 236);
    padding: 30px 54px;
    background: rgb(255, 255, 255);
    border-radius: 8px;
  }
}
.investment-info-holder div {
  color: rgb(74, 74, 74);
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
}
.investment-info-holder div:first-of-type {
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
.investment-info-holder div:last-of-type {
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 16px;
}
.investment-info-holder ul {
  margin: unset;
  padding-left: 21px;
}
.investment-info-holder ul li {
  color: rgb(74, 74, 74);
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
.investment-info-holder ul li:not(:last-child) {
  padding-bottom: 17px;
}.investment-consult {
  background: rgb(244, 247, 251);
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .investment-consult {
    background: none;
    margin-top: 60px;
  }
}
.investment-consult-holder {
  background: rgb(244, 247, 251) !important;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .investment-consult-holder {
    border: 1px solid rgb(217, 224, 236);
    border-radius: 8px;
    padding: 24px 0;
    justify-content: center;
    margin: 0;
  }
}
.investment-consult-img {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .investment-consult-img {
    width: unset;
    padding-left: 0;
    padding-right: 0;
  }
}
.investment-consult-img img {
  width: 212px;
}
@media (min-width: 1200px) {
  .investment-consult-img img {
    width: 391px;
    height: 249px;
  }
}
.investment-consult-context {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  float: left;
}
@media (min-width: 1200px) {
  .investment-consult-context {
    float: left;
    width: 654px;
    padding-left: 10px;
    padding-right: 0;
    margin-left: -30px;
  }
}
.investment-consult-context div {
  color: rgb(74, 74, 74);
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
  padding-left: 2rem;
}
.investment-consult-context ul {
  margin-bottom: 24px;
}
.investment-consult-context ul li {
  color: rgb(74, 74, 74);
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
.investment-consult-context ul li:not(:last-child) {
  padding-bottom: 17px;
}