.lp-light .eyebrow {
  margin: 0 0 16px;
  color: #000;
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lp-light h2 {
  color: #0504aa font-size: 2.9em;
  line-height: 1.1;
}

.lp-light h5 {
    font-size: 50px;
    color: #2acbf3;
    margin: 0;
    font-weight: 700;
}

.lp-light .texto {
  color: gray;
  font-size: 19px;
}

.lp-light .phs-feature-card {
    gap: 18px;
    padding: 28px 18px;
    background: #fff;
    border: 1px solid rgba(22,59,99,.1);
    box-shadow: 0 24px 54px #163b631f;
    border-radius: 12px;
    display: flex;
    align-items: start;
    display: flex;
    flex-direction: column;
}

.lp-light .phs-feature-card p {
  margin: 0;
  color: #000;
  font-size: 17px;
  line-height: 1.15;
  font-weight: 400;
}

.phs-features .row {
  margin-left: -12px;
  margin-right: -12px;
}

.phs-features .row>[class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 767.98px) {
  .phs-feature-card {
    min-height: auto;
    padding: 22px;
    gap: 16px;
  }

  .phs-feature-placa {
    min-width: 45px;
    height: 55px;
    font-size: 16px;
  }

  .phs-feature-card p {
    font-size: 18px;
  }
}