/**
 * Features promo page (?m=515)
 */
@import url('public-pages-shared.css');

.ph-features-page {
  background: var(--ph-bg);
}

.ph-features-hero {
  padding-top: 48px;
  padding-bottom: 12px;
}

.ph-features-hero .ph-sec {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.ph-features-lead {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}

.ph-features-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}

.ph-features-list {
  padding-top: 16px;
  padding-bottom: 48px;
}

.ph-features-list .ph-sec {
  max-width: 1100px;
  margin: 0 auto;
}

.ph-features-list .ph-feat-block:first-child {
  border-top: none;
  padding-top: 28px;
}

@media (max-width: 768px) {
  .ph-feat-img-placeholder {
    min-height: 220px;
  }
}
