.parties-cards-section{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;width:100%;padding:30px 30px 50px}.parties-description{max-width:50rem;font-size:1.375rem;font-weight:600;line-height:1.4}.parties-cards{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:10.625rem;grid-gap:15px;gap:15px;width:100%;max-width:50rem;margin-top:1.875rem}.parties-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:25rem;border:var(--border1);border-radius:3px;color:var(--color2);overflow:hidden}html.has-hover .parties-card:hover .parties-image{filter:brightness(.7)}.parties-card-title{display:flex;justify-content:center;align-items:center;width:100%;padding:20px 20px 10px}.parties-image{z-index:-1;object-fit:cover;object-position:center;border-radius:3px;background-color:var(--background-color8);filter:brightness(.5);transition:filter .2s ease-out}.parties-button{display:flex;justify-content:flex-end;align-items:center;width:100%;height:2.1875rem;padding:0 20px;background-color:var(--background-color16);font-size:1.125rem;font-weight:600}@media (max-width:40em){.parties-section{padding:30px 10px}}@media (max-width:30em){.parties-cards-section{gap:20px;padding:20px 20px 40px}.parties-cards{grid-template-columns:1fr;grid-auto-rows:9.375rem;max-width:25rem}}