.info-boxes-container{margin:0 auto;max-width:1200px;padding:2rem}div.info-boxes-container h1{color:#333;font-size:2rem;margin-bottom:2rem;text-align:center}.programs-grid{display:flex;gap:2rem;justify-content:center;margin:0 auto}.program-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;flex:1;flex-direction:column;max-width:350px;min-height:100%;min-width:200px}.program-image{border-radius:8px 8px 0 0;height:200px;object-fit:cover;width:100%}.program-content{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}div.program-content a{text-decoration:none}.program-title{color:#333;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.program-description{color:#666;font-size:.875rem;line-height:1.5;margin-top:auto}@media (max-width:1024px){.programs-grid{flex-wrap:wrap}.program-card{flex:1 1 calc(50% - 1rem)}}@media (max-width:640px){.programs-grid{flex-direction:column;gap:1.5rem}.program-card{flex:none;max-width:none;width:100%}}