.live-events__index{display:flex;flex-wrap:wrap;justify-content:center;padding:25px 0}.live-events__post-wrapper{flex-basis:100%;flex-grow:0;flex-shrink:0;padding:24px}.live-events__post{background:#fff;border:.5px solid rgba(100,146,253,.2);border-radius:0;box-shadow:0 11px 30px rgba(154,161,177,.2);display:flex;flex-direction:column;height:100%;overflow:hidden;transition:box-shadow .2s}.live-events__post:hover{box-shadow:0 11px 30px rgba(154,161,177,.5)}.live-events__post-image{background-position:50%;background-repeat:no-repeat;background-size:cover;display:block}.live-events__post-content{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:30px}.live-events__post-preheader{color:#e9892e;display:block;font-family:Inter,sans-serif;font-size:14px;font-weight:700;margin:0 0 .75rem}.live-events__post-content h3{line-height:1.25;margin:0 0 1rem}.live-events__post-content h3 a,.live-events__post-content h3 a:hover,.live-events__post-content h3 a:visited{color:#1e2935}.live-events__post-meta{color:#a9a9a9;display:flex;font-size:.75rem;justify-content:space-between;margin:0;text-transform:uppercase}.live-events__post-meta span{display:inline-block}.live-events__post-date{margin-left:0}@media screen and (min-width:768px){.live-events__post-wrapper{flex-basis:50%}}@media screen and (min-width:1000px){.live-events__post-wrapper{flex-basis:33.33333%}}