.block-event-item{position:relative;display:flex;flex-direction:column;width:100%;border:.1rem solid var(--color-purple-500);transition:var(--default-transition)}.block-event-item:hover{background-color:var(--color-white)}@media (min-width:1010px){.block-event-item{flex-direction:row;max-width:calc(50% - 1.5rem)}}.block-event-item__image{flex-shrink:0;width:100%;height:20rem;border-bottom:.1rem solid var(--color-purple-500)}@media (min-width:1010px){.block-event-item__image{width:24.5rem;height:100%;border:none;border-right:.1rem solid var(--color-purple-500)}}@media (min-width:1560px){.block-event-item__image{height:30rem}}.block-event-item__image-img{display:block;width:100%;height:100%;object-fit:cover}.block-event-item__content{display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between;padding:1.5rem}@media (min-width:1010px){.block-event-item__content{padding:2rem}}.block-event-item__title{margin-bottom:1.2rem;letter-spacing:-.1rem}@media (min-width:1010px){.block-event-item__title{margin-bottom:1rem}}.block-event-item__location{margin-bottom:.5rem}@media (min-width:1010px){.block-event-item__location{margin-bottom:1rem}}.block-event-item .component-button{margin-top:1.5rem}@media (min-width:1010px){.block-event-item .component-button{margin-top:1rem}}