/* ===== SECTION ===== */
/* .section-features {
    padding: 80px 0;
} */

/* ===== ROW GRID ===== */
/* .section-features .row:last-child {
    display: grid;
    grid-template-columns: repeat(4, 23.8%);
    justify-content: space-between; /* creates equal gaps */
    /* gap: 0; optional */

/* ===== COLUMN STYLE ===== */
/* .section-features .col {
    box-sizing: border-box;
} */

/* ===== TEXT STYLING (optional but recommended) ===== */
/* .section-features h2 {
    text-align: center;
    margin-bottom: 20px;
} */

/* .section-features .long-copy {
    width: 70%;
    margin: 0 auto 60px auto;
    text-align: center;
    line-height: 1.6;
} */

/* .section-features h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.section-features p {
    font-size: 15px;
    line-height: 1.6;
} */
