.clg-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(28rem,1fr));grid-gap:2rem;gap:2rem}@media only screen and (max-width:767px){.clg-grid{grid-template-columns:1fr}}.clg-card{background:var(--white);border-radius:1.6rem;transition:all .3s;border:.1rem solid var(--gray-200)}.clg-card:hover{box-shadow:var(--shadow-md)}.clg-card .clg-logo{padding:1rem;background:linear-gradient(135deg,#e8f5f3,#d1ebe6);height:15rem;display:flex;align-items:center;justify-content:center;border-radius:inherit}.clg-card .clg-logo img{max-height:100%;max-width:100%;border-radius:1rem}.clg-card .clg-footer{padding:1.6rem}.clg-card h4{font-size:14px;font-weight:700;margin-bottom:6px;line-height:1.4;min-height:3.5rem;font-family:var(--font-inter)}.clg-card .clg-location{font-size:1.2rem;color:var(--gray-600);margin-bottom:10px;font-weight:500}.view-details{display:inline-block;margin-top:10px;font-size:1.4rem;color:var(--white);font-weight:600;transition:all .4s ease;padding:.8rem 2rem;background:var(--primary-blue);border-radius:.6rem;text-align:center}