.w74__card {
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.0784313725);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .w74__card {
    padding: 40px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.w74__img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
.w74__img {
  display: block;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .w74__img {
    width: 48px;
    height: 48px;
  }
}
.w74__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .w74__content {
    flex-direction: row;
    gap: 30px;
  }
}
.w74__description {
  margin: 16px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .w74__description {
    margin: 0;
  }
}
.w74__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #15366f;
  margin: 0;
}
.w74__text {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  margin-top: 6px;
}
@media screen and (min-width: 1024px) {
  .w74__text {
    margin-top: 8px;
  }
}
.w74__text p {
  margin: 0;
}
.w74__cta {
  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 !important;
  width: 100%;
  max-width: 322px;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .w74__cta {
    margin-top: 0;
  }
}


.w74__cta span{
  filter: unset !important;
  height: max-content;
}