/* ---- Feature Cards ---- */

#features {
    display: block !important;
}
#features .row .card {
    min-height: 160px;
}
#features .row [class*="col-sm"] {
    margin-bottom: 15px;
}
.features {
    padding: 70px 0;
}
.features .section-head {
    text-align: center;
    margin-bottom: 40px;
}
.features .card {
    background: var(--paper, #fff);
    border: 1px solid #e8eef5;
    border-radius: 14px;
    padding: 22px;
    height: 100%;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}
.features .card .icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #e9f3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    float: left;
    margin-right: 15px;
}
.features .card .icon i {
    color: var(--color-primary, #002576);
}
.features .card h4 {
    margin-top: 6px;
    font-weight: 700;
}
.features .card p {
    color: var(--muted, #5b6b7b);
    clear: both;
}
.features .section-head {
    text-align: center;
    margin-bottom: 40px;
}
.features .section-head .kicker {
    color: var(--color-accent, #0051ff);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
}
.features .kicker+h2 {
    margin-top: 8px;
}
.features .muted {
    color: var(--muted, #5b6b7b);
}
.features .card, .platform, .price-card, #tCarousel .quote {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    will-change: transform;
}
.features .card:hover, .platform:hover, .price-card:hover, #tCarousel .quote:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .10);
}

#features .section-content p {
    font-size: 14px;
    margin: 0;
}

#features .section-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, 360px);
  justify-content: space-evenly;
  gap: 10px;
}
