.pmb_events {
    margin: 32px 0;
    gap: 32px;
    display: flex;
    flex-direction: column;
}

.pmb_event .pmb_img {
    max-width: 115px;
    height: 115px;
    border-radius: 1.6rem;
    overflow: hidden;
    margin-right: 24px;
}

.pmb_event .pmb_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}