.anahuac-programs{background-color:#fff;padding:76px 24px}.anahuac-programs__inner{margin:0 auto;max-width:1180px}.anahuac-programs__head{margin:0 auto 40px;max-width:640px;text-align:center}.anahuac-programs__title{color:#1b1b1b;font-family:Poppins,sans-serif;font-size:29px;font-weight:700;margin:0 0 14px}.anahuac-programs__desc{color:#5b5b58;font-family:Inter,sans-serif;font-size:15.5px;margin:0}.anahuac-programs__grid{display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,240px));justify-content:center}.anahuac-program-card{border:1px solid #e5e2da;border-radius:14px;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.anahuac-program-card:hover{border-color:#e4601c;box-shadow:0 12px 30px -20px rgba(0,0,0,.35);transform:translateY(-2px)}.anahuac-program-card__image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:120px}.anahuac-program-card__body{padding:16px}.anahuac-program-card__title{color:#1b1b1b;font-family:Poppins,sans-serif;font-size:14.5px;font-weight:700;line-height:1.3;margin:0 0 8px}.anahuac-program-card__link{color:#b8480f;font-family:Inter,sans-serif;font-size:12.5px;font-weight:600;text-decoration:none}.anahuac-program-card__link:hover{text-decoration:underline}@media (max-width:900px){.anahuac-programs__grid{grid-template-columns:repeat(2,minmax(0,240px));justify-content:center}}