/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./slicing/src/scss/wt-components/invest-model-list.scss ***!
  \********************************************************************************************************************************************************************************************************/
.invest-model-list {
  padding: 3.2rem 1.6rem;
}
@media only screen and (min-width: 992px) {
  .invest-model-list {
    padding: 6.4rem 1.6rem;
  }
}
.invest-model-list--border-top {
  border-top: 1px solid rgba(var(--grey-light), 0.3);
}
.invest-model-list__inner-wrapper {
  max-width: 128rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.invest-model-list__title {
  margin-bottom: 2.4rem;
}
.invest-model-list__model {
  width: 100%;
  margin: 0.8rem 0;
  display: flex;
  flex-wrap: wrap;
  color: rgb(var(--black));
  background-color: rgb(var(--white));
  border: 1px solid rgba(var(--grey-light), 0.2);
  float: left;
}
.invest-model-list__model img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .invest-model-list__model img {
    width: 40%;
  }
}
.invest-model-list__model ul {
  padding-left: 1.6rem;
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.invest-model-list__model ul li::marker {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.invest-model-list__model-content {
  padding: 0.8rem 3.2rem;
}
@media only screen and (min-width: 768px) {
  .invest-model-list__model-content {
    width: 60%;
  }
}
@media only screen and (min-width: 992px) {
  .invest-model-list__model-content {
    padding-left: 6.4rem;
  }
}
.invest-model-list__model-title {
  margin-top: 1.6rem;
  color: rgb(var(--invest-color));
}
.invest-model-list__btn-wrapper {
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.invest-model-list__btn-cta {
  padding: 1.6rem 2rem;
  margin-right: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  color: rgb(var(--white));
  background-color: rgb(var(--invest-color));
  border: 1px solid rgb(var(--invest-color));
}
.invest-model-list__btn-cta:hover, .invest-model-list__btn-cta:focus {
  background-color: rgb(var(--invest-color-light));
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .invest-model-list__btn-cta {
    padding: 1.6rem 6.4rem;
  }
}
.invest-model-list__btn-pdf {
  position: relative;
  padding-left: 2.08rem;
  font-weight: 700;
  text-decoration: none;
  transition: none;
  color: rgb(var(--invest-color));
}
.invest-model-list__btn-pdf::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 2px;
  left: 0;
  background-image: url(../../images/icon-pdf-invest.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 992px) {
  .invest-model-list__btn-pdf {
    margin-left: 6.4rem;
  }
}
