
.four-cal-sec .kl-features-01__image svg path{fill:#fff;}
.four-cal-sec .kl-features-01__card p{color:#fff;}
.four-cal-sec .kl-features-01__card .button--arrow, .four-cal-sec.kl-features-01__card.button_cta.button--arrow a{color:#fff;}!important
.four-cal-sec .kl-features-01__card .button--arrow:after,.four-cal-sec.kl-features-01__card  .button_cta.button--arrow a:after {
    content: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 13'%3E%3Cpath d='M37.5303 7.0303a.75.75 0 000-1.0606l-4.7729-4.773a.75.75 0 00-1.0607 1.0607L35.9393 6.5l-4.2426 4.2426a.75.75 0 001.0607 1.0607l4.7729-4.773zM0 7.25h37v-1.5H0v1.5z' fill='%23ffffff'/%3E%3C/svg%3E");
    fill: #ffffff
    color: #ffffff  }
.kl-features-01 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.kl-features-01__card {
  flex: 1 1 250px; /* adapt size */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 10px;
  background-color: ;
  opacity: calc( / 100);
  min-height: 400px; /* fix height for alignment */
  box-sizing: border-box;
}

.kl-features-01__image {
  margin-bottom: 16px;
  text-align: center;
}

.kl-features-01__card h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: ;
  text-align: center;
}

.kl-features-01__card p {
  font-size: 14px;
  line-height: 1.5;
  color: ;
  flex-grow: 1; /* pushes CTA to the bottom */
  text-align: center;
}

.kl-features-01__card .cta {
  margin-top: auto;
  text-align: center;
  padding-top: 20px;
}

.kl-features-01__card .button.button--arrow {
  color: ;
  background: transparent;
  border: none;
  font-weight: normal;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
