.w75_header {
  box-sizing: border-box;
  border-radius: 16px;
  padding: 20px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../w-75/img/li-banner-mob.png);
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.0784313725);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  .w75_header {
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 114px;
    background-image: url(../w-75/img/li-banner-desk.png);
    background-position: center;
  }
}
.w75__card {
  background: #ffffff;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0px -2.98px 14.89px 0px rgba(0, 0, 0, 0.0784313725);
}
@media screen and (min-width: 1024px) {
  .w75__card {
    padding: 32px;
  }
}
.w75__card__img-container {
  width: max-content;
  margin-bottom: 16px;
}
.w75__card__img {
  display: block;
  width: 74px;
}
.w75__card__title {
  margin: 0;
}
.w75__card__title span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #15366f;
}
.w75__card__content {
  margin-top: 8px;
}
.w75__card__content p {
  margin: 0;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.w75__card__cta {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 0;
  border-radius: 16px;
  background: #15366f;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}

.w75__card__cta span{
  filter: unset !important;
  height: max-content;
}

.w75__card__media {
  min-width: 0;
}
.w75__card__media > * {
  width: 100%;
  max-width: 445px;
}
