.event-details{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:60px;margin-top:20px}.event-detail{align-items:flex-start;display:flex;flex:1 1 calc(25% - 20px);gap:10px}.event-icon{height:65px;width:65px}.event-text{display:flex;flex-direction:column}.event-title{font-family:adelle-sans;font-weight:700;margin:0;padding-bottom:5px;padding-top:5px}.event-description{margin:0}.group-event__button{display:flex;flex-wrap:wrap;gap:10px 20px;justify-content:center}@media (max-width:768px){.event-detail{align-items:center;flex:1 1 100%;flex-direction:column}.event-text{width:100%}}@media (max-width:480px){.event-detail{flex:1 1 100%}.event-text{text-align:center;width:100%}}