/*** RESET ***/

.background-section .lp-titulo h2 {
  margin:0!important;
  padding:0!important;
}

footer.footer-landing {
  display:none;
}

/******/

.phs-feature-card-3items {
  gap: 18px;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}

.phs-feature-card-3items h3 {
  color: #000;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 0;
}

.phs-feature-card-3items p {
  margin: 0;
  color: gray;
  font-size: 17px;
  line-height: 1.55;
  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;
  }
}