.fwf-events-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 25px;
    max-width: 1200px;
    margin: 50px auto;
}

.fwf-event-col {
    width: 30%;
    width: calc((100% / 3) - 20px);
    margin-bottom: 20px;
}

.npf-events .fusion-image-wrapper {
    height: 300px;
}

.npf-events .fusion-image-wrapper img {
    height: 100%;
    width: auto;
}

.fwf-events .wp-block-column {
    width: 31%;
}

@media screen and (max-width: 820px) {
    .fwf-events-wrapper {
        display: block;
        flex-wrap: wrap;
    }
    .fwf-event-col {
        width: 100%;
        margin-bottom: 50px;
    }
}