.elementor-35165 .elementor-element.elementor-element-df13e21{--display:flex;}.elementor-35165 .elementor-element.elementor-element-df13e21.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-35165 .elementor-element.elementor-element-df13e21{--width:103.273%;}}/* Start custom CSS */.module-card,
.system-card,
.post-card {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:300px;
}

.module-card a,
.system-card a,
.post-card a {
  margin-top:auto;
  align-self:flex-start;
}

.outcome-list {
  background:#F8F8F8;
  border:1px solid #EDEDED;
  border-radius:12px;
  padding:16px 18px;
  margin-top:18px;
}

.outcome-list ul {
  margin:10px 0 0;
  padding-left:20px;
  line-height:1.7;
}

@media(max-width:768px){

  .module-card,
  .system-card,
  .post-card{
    min-height:auto;
  }

  .module-card a,
  .system-card a,
  .post-card a{
    width:100%;
    text-align:center;
  }
}/* End custom CSS */