.cmp-cards__text--title-container {
  padding: 24px 24px 0 24px!important;
  background: #EBEFEE !important;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cmp-cards .cmp-cards__advanced--text.cmp-cards__advanced {
  background: #EBEFEE;
  border-color: #EBEFEE !important;
}

span.cmp-cards__text--title-header {
  color: #3C4242 !important;
  font-family: "Lexia" !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 400 !important;
}

.cmp-cards__text--title {
  margin-left: 3px;
  margin-bottom: 5px;
}

.cmp-cards__text--subtitle a {
  font-family: "Lexia" !IMPORTANT;
  font-size: 26px !important;
  line-height: 34px !IMPORTANT;
  font-weight: 400 !important;
  color: #830051 !important;
  text-decoration: none;
}

p.cmp-cards__text--subtitle {
  margin-left: 0 !important;
}

.cmp-cards__text--title-icon {
  display: none ! IMPORTANT;
}

.cmp-cards__text--content p {
  font-family: "Inter-Regular" !important;
  font-size: 16px !IMPORTANT;
  line-height: 24px !important;
  font-weight: 400 !important;
  color: #3C4242 !important;
    /* padding: 0 24px; */
    /* letter-spacing: normal; */
  ;
}

.cmp-cards__text--body {
  padding: 0 24px 24px 24px !important;
}

.cmp-cards .cmp-cards__advanced--text .cmp-cards__text--body .cmp-cards__text--actions a {
  background: #D0006F !important;
  font-family: "Inter-Bold" !important;
  font-weight: normal !important;
  font-style: normal!important;
  font-size: 16px!important;
  line-height: 24px!important;
  padding: 8px 16px!important;
}

@media screen and (max-width: 1023px) {
  .cmp-cards__advanced--container {
    grid-template-columns: repeat(1, minmax(0, 1fr))!important;
  }
}
