.homepage-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:16px 16px 16px 24px}.homepage-card{position:relative;background-image:var(--card-bg-image);background-size:cover;background-position:center;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;transition:all .4s ease;min-height:580px;height:100%}.homepage-card-content{position:absolute;bottom:0;width:100%;background-color:rgba(0,38,83,.2);color:#fff;padding:16px;border-radius:0;height:30%;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:height .4s ease;overflow:hidden}.homepage-card:hover .homepage-card-content{height:100%}.homepage-card-content h2{font-size:3.25rem;font-weight:700}@media (max-width:768px){.homepage-card{min-height:500px}.homepage-card-grid{grid-template-columns:1fr}.homepage-card-content h2{font-size:2rem}}