.info-boxes-container{margin:0 auto;max-width:1200px;padding:0 2rem}.info-boxes-container h1{color:#333;font-size:2rem;margin-bottom:3rem;text-align:center}.programs-grid{display:flex;flex-wrap:nowrap;gap:2rem;justify-content:center;margin:0 auto}.program-card{flex:1;max-width:260px;min-width:260px}.program-link{color:inherit;display:block;text-decoration:none}.program-image{height:260px;margin-bottom:1rem;object-fit:contain;width:260px}.program-content{text-align:center}.program-title{color:#000;font-size:1.25rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;transition:color .3s ease}.program-link:hover .program-title{color:#ff6000}.program-description{color:#666;font-size:.875rem;line-height:1.5}@media (max-width:1024px){.programs-grid{gap:1.5rem}.program-card{min-width:220px}}@media (max-width:640px){.programs-grid{align-items:center;flex-direction:column}.program-card{max-width:100%}.program-image{height:auto;max-width:260px;width:100%}}