.gallery {
    column-count: 2 !important;
    column-gap: 1rem;
}

.gallery .gallery-item {
    margin: 0;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    transition-duration: .4s;
}

div#gallery-2, div#gallery-1{
display: flex;
}
figure.gallery-item {
border: none !important;
}
#gallery-2 img{
    height: 115px;
    width: 100%;
}
.content-zapisy .gallery .gallery-item:hover, .bs-wcag-focus-within.bs-single-event:hover{
    box-shadow: 0px 5px 28px #68686829;
    background: #ffffff 0% 0% no-repeat padding-box;
}
.content-zapisy .gallery .gallery-item {
    padding: 20px;
}
.gallery .gallery-item{
    padding: 10px;
}
.gallery .event-time{
    font-size: 15px;
    width: 100%;
    margin: 0;
}
.event-title{
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 15px;
}