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