.event-details{display:flex;flex-direction:column;gap:4rem;padding-bottom:2rem}.event-details .top h2{font-size:4em;font-weight:700;color:#040118;margin-bottom:2rem}.event-details .top>img{width:100%;height:500px;border-radius:10px;object-fit:cover;object-position:center;margin-bottom:1rem}.event-details .top>.info{display:flex;align-items:flex-start;justify-content:space-between}.event-details .top>.info .meta h5{font-size:1.25em;font-weight:600;color:#040118;margin-bottom:.3rem}.event-details .top>.info .meta p{font-size:1em;font-weight:400;color:#666}.event-details .top>.info .description{width:700px}.event-details .top>.info .description p{margin-bottom:2rem}@media only screen and (max-width:790px){.event-details{gap:3rem}.event-details .top h2{font-size:2.25em;line-height:110%}.event-details .top>img{height:300px}.event-details .top>.info{flex-direction:column;align-items:flex-start;justify-content:flex-start}.event-details .top>.info .meta{margin-bottom:1rem}.event-details .top>.info .meta h5{font-size:1.25em;font-weight:600;color:#040118}.event-details .top>.info .meta p{font-size:1em;font-weight:400;color:#666}.event-details .top>.info .description{width:100%}.event-details .top>.info .description p{margin-bottom:1rem}}.event-speakers{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:2rem}.event-speakers .member-card .img>img{height:300px}@media only screen and (max-width:790px){.event-speakers{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:1rem}.event-speakers .member-card .img>img{height:200px}}