body.frontpage p {
  color: #0F1635;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.strat-cards ul {
  list-style: none;
  padding-left: 0;
}
.strat-cards ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #0F1635;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.strat-cards ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../img/homepage-marker.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
}

/*# sourceMappingURL=homepage.css.map */
