.callouts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:2rem 0}.callout-item{width:100%}.callouts-box{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);height:100%;display:flex;flex-direction:column;transition:transform .3s ease}.callouts-box:hover{transform:translateY(-5px)}.icon-box{margin:0 auto 1rem;display:flex;justify-content:center;align-items:center}.box-header h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.divider{width:50px;height:3px;margin:1rem auto}.box-body{flex-grow:1}.box-body p{color:#666;line-height:1.6}@media (min-width:1200px){.callouts-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px) and (max-width:1199px){.callouts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.callouts-grid{grid-template-columns:1fr}}