.lp-dark .eyebrow {
    margin: 0 0 16px;
    color: #29d0fd;
    font-size: .9rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.lp-dark h2 {
    color: #fff;
    font-size: 2.9em;
  line-height: 1.1;
}

.phs-feature-card {
    gap: 18px;
    padding: 28px 18px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.phs-feature-placa {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 65px;
    height: 65px;
    padding: 0 16px;
    border-radius: 999px;
    background: #27c0ea54;
    color: #3400aa;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
}

.phs-feature-card p {
    margin: 0;
    color: gray;
    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;
  }
}
