.subpage-simple-header.membership-header .uv-featured-events .uv-section-inner {
    padding-left: 30px;
    padding-right: 30px;
}
.uv-cta-images .uv-cta-image {
    width: calc(25% - 15px);
}

@media(max-width: 991px) {
    .uv-cta-images .uv-cta-image {
        width: calc(33.3333% - 15px);
    }
}
@media(max-width: 767px) {
    .uv-cta-images .uv-cta-image {
        width: calc(50% - 10px);
    }
}