section.push-events-module .container .content,section.push-events-module .container .text-content{width:100%}section.push-events-module .push-events-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));margin-top:2rem;width:100%}section.push-events-module .push-event-card{height:100%;min-width:0}section.push-events-module .push-event-card-link{background-color:var(--beige_light,#f1ede8);border-radius:.5rem;color:inherit;display:flex;flex-direction:column;gap:1.5rem;height:100%;justify-content:space-between;min-height:100%;overflow:hidden;padding:1.5rem;text-decoration:none;transition:background-color .3s ease,opacity .3s ease;width:100%}section.push-events-module .push-event-card-link:hover{background-color:var(--white,#fff)}section.push-events-module .push-event-card-link:focus-visible{outline:2px solid currentColor;outline-offset:4px}section.push-events-module .push-event-card .top-row{align-items:center;display:flex;gap:1rem}section.push-events-module .push-event-card .top-row .image,section.push-events-module .push-event-card .top-row .image img{display:block}section.push-events-module .push-event-card .top-row .image{flex:0 0 auto;margin:0}section.push-events-module .push-event-card .top-row .image img{height:auto;max-height:4rem;max-width:100%;object-fit:contain;width:auto}section.push-events-module .push-event-card .top-row .title{margin:0}section.push-events-module .push-event-card .bottom-row{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;gap:1.5rem;justify-content:space-between}section.push-events-module .push-event-card .bottom-row .left-content{width:100%}section.push-events-module .push-event-card .bottom-row .text{margin:0}section.push-events-module .push-event-card .info-wrapper{display:flex;flex-wrap:wrap;gap:1rem 2rem;margin-top:1.5rem}section.push-events-module .push-event-card .info{align-items:center;display:flex;gap:.5rem}section.push-events-module .push-event-card .info .icon{flex:0 0 auto;margin:0}section.push-events-module .push-event-card .info .icon img{display:block;height:auto;max-height:1.5rem;max-width:1.5rem;width:auto}section.push-events-module .push-event-card .info p{margin:0}section.push-events-module .push-event-card .btn{margin:auto 0 0}@media (max-width:768px){section.push-events-module .push-events-grid{gap:1rem;grid-template-columns:1fr}section.push-events-module .push-event-card-link{gap:1rem;padding:1.25rem}section.push-events-module .push-event-card .bottom-row{gap:1rem}section.push-events-module .push-event-card .info-wrapper{gap:.75rem 1.25rem;margin-top:1rem}}@media (max-width:480px){section.push-events-module .push-event-card .top-row{align-items:flex-start;flex-direction:column}}