.mediakit-page{flex-direction:column;padding:0 2rem;display:flex}.mediakit-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding-bottom:4rem;display:grid}.mediakit-card{background:#c2cbde;border:1px solid #c5c5c5;border-radius:.5rem;flex-direction:column;justify-content:space-between;text-decoration:none;display:flex;overflow:hidden}.mediakit-card__image{aspect-ratio:16/9;background:#c2cbde;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.mediakit-card__image img{object-fit:contain;width:80%;max-width:300px;height:auto}.mediakit-card__content{background:#fff;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex}.mediakit-card__icon{display:none}.mediakit-card__title{color:#1a202c;margin:0;font-size:1rem;font-weight:600}.mediakit-card__desc{color:#4a5568;margin:0;font-size:.875rem;line-height:1.5}.mediakit-card__link{color:#005dea;margin-top:.5rem;font-size:.875rem;font-weight:500}@media (max-width:768px){.mediakit-page{padding:0 1rem}.mediakit-grid{grid-template-columns:1fr}.mediakit-card__image img{width:50%}}
