.lp-program-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr)}.lp-program-item{background-color:#fff;border-radius:8px;padding:1.5rem;text-align:left}.lp-program-item-head{align-items:baseline;display:flex;gap:.75rem;margin-bottom:.75rem}.lp-program-number{color:var(--primary,#212947);flex:0 0 auto;font-size:1.25rem;font-weight:700}.lp-program-tag{border-radius:4px;display:inline-block;font-size:.85rem;font-weight:600;line-height:1;margin-bottom:.75rem;padding:.5rem 1rem}.lp-program-title{font-size:1.05rem;font-weight:700;margin-bottom:0}.lp-program-description{font-size:.9rem;line-height:1.7}.lp-program-description p:last-child{margin-bottom:0}@media (max-width:767px){.lp-program-grid{grid-template-columns:1fr}}