.featured-events{display:grid;gap:30px;grid-template-columns:repeat(4,1fr);margin:0 auto;padding-bottom:80px;width:95%}.featured-events__event{background-color:#fff;border-radius:8px;display:flex;flex-direction:column;overflow:hidden}.featured-events__content{flex-grow:1}.event-button-wrapper{margin-top:auto;width:100%}.featured-events__image{align-items:center;background-color:#e6f8fc;display:flex;height:100%;justify-content:center;max-height:230px;overflow:hidden;width:100%}.featured-events__image img{display:block;height:100%;object-fit:cover;width:100%}.featured-events__content{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:16px 20px}.featured-events__content h4{color:#00b3e0;font-family:Montserrat!important;font-size:12px;font-weight:600;margin:0 0 10px;text-transform:uppercase}.featured-events__content h3{color:#003f52;font-family:Montserrat!important;font-size:18px;font-weight:700;line-height:22px;margin:0 0 10px}.featured-events__content p{color:#4e4e4e;font-family:Montserrat!important;font-size:14px;font-weight:300;line-height:1.4;margin:0 0 10px}.featured-events__date:before,.featured-events__location:before{height:20px;margin-right:10px;vertical-align:middle;width:20px}.featured-events__location:before{content:url(https://www.sumnerone.com/hubfs/Map-Icon.svg)}.featured-events__date:before{content:url(https://www.sumnerone.com/hubfs/Calendar-Icon.svg)}a.event-button{background:#f7a947;border:1.41px solid #f7a947;color:#fff;display:inline-block;font-family:Montserrat,sans-serif!important;font-weight:700;margin-top:10px;padding:12px 20px;text-align:center;text-decoration:none;width:100%}a.event-button:hover{background:#7d7d7d;border-color:#7d7d7d;color:#fff;opacity:1}@media (max-width:1024px){.featured-events{grid-template-columns:repeat(2,1fr)}.featured-events__image{max-height:400px}}@media (max-width:600px){.featured-events{grid-template-columns:1fr}}