.clubs___gridwrapper{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:32px;width:100%;padding-block:60px;display:grid}.club__card{border:2px solid #000;height:100%;transition:all .2s ease-in-out}.club__card .club__card__wrapper{flex-direction:column;justify-content:space-between;width:100%;height:100%;display:flex}.club__card:hover{border:2px solid green;box-shadow:0 1px 4px #00000029}.club__card:hover .club__title{color:green}.club__title{margin-top:10px;margin-bottom:20px;transition:all .2s ease-in-out}.club__top{aspect-ratio:1;background:#000;width:100%}.club__bottom{padding:16px}@media screen and (max-width:1500px){.clubs___gridwrapper{grid-template-columns:repeat(3,1fr);gap:24px;padding-block:40px}}@media screen and (max-width:1400px){.clubs___gridwrapper{grid-template-columns:repeat(3,1fr);gap:24px;padding-block:32px}}@media screen and (max-width:1100px){.clubs___gridwrapper{grid-template-columns:repeat(2,1fr);gap:24px}}@media screen and (max-width:650px){.clubs___gridwrapper{grid-template-columns:repeat(1,1fr);gap:24px}}
