section.acf-event-schedule .f-20 {
    font-size: var(--f20);
}

section.acf-event-schedule .vr.custom-vertical-line {
    background-color: var(--main-color);
    width: 4px;
}

section.acf-event-schedule .custom-padding {
    padding: 100px 50px 50px 50px;
}

.custom-height {
    min-height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
    .custom-height {
        height: auto;
       
    }
    section.acf-event-schedule .custom-padding {
        padding: 20px;
    }

    .cta-inner {
        top: 15px;
    }
}