/* IFG About
 * Two-column about section with the sand "opportunity ahead" card.
 */
#about{background:var(--ifg-sand)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}

.ifg-card-sand{background:var(--ifg-sand);border-radius:12px;padding:2rem}
.ifg-card-sand h3{margin-bottom:1.25rem}
.ifg-bullet-list{display:grid;gap:1rem}
.ifg-bullet-item{display:flex;gap:.75rem;align-items:flex-start}
.ifg-bullet-dot{width:8px;height:8px;border-radius:50%;background:var(--ifg-green);margin-top:.45rem;flex-shrink:0}
.ifg-bullet-item p{margin:0;font-size:.9rem}
.ifg-bullet-item strong{color:var(--ifg-navy)}
.ifg-cta-margin{margin-top:1.5rem}
