.subTextCustom_eventContainer {
    /* margin: 0% 0% 3% 6%; */
    /* at the end */
    /* margin: 1.5% 4% 3% 0; */
    /* center */
    /* margin: 1.5% 0 2.6% 0; */
    color: var(--af-text);
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 2em 0 2em;
}

@media only screen and (min-width: 1500px) {
    .hrSubTextCustom_eventContainer {
        width: 75%;
        margin: 0 0 0.8% 0;
    }

    .subTextCustom_eventContainer {
        margin: 1.5% 0 2.6% 0;
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 1500px) {
    .hrSubTextCustom_eventContainer {
        width: 75%;
        margin: 0 0 0.8% 0;
    }
    
    .subTextCustom_eventContainer {
        margin: 1.5% 0 2.6% 0;
        font-size: 1.1em;
    }
}

@media only screen and (max-width: 1400px) {
    .hrSubTextCustom_eventContainer {
        width: 75%;
        margin: 0 0 0.8% 0;
    }
    
    .subTextCustom_eventContainer {
        margin: 1.5% 0 2.6% 0;
        font-size: 1.1em;
    }
}

@media only screen and (max-width: 1300px) {
    .hrSubTextCustom_eventContainer {
        width: 75%;
        margin: 0 0 0.8% 0;
    }
    
    .subTextCustom_eventContainer {
        margin: 1.5% 0 2.6% 0;
        font-size: 1em;
    }
}

@media only screen and (max-width: 1200px) {
    .hrSubTextCustom_eventContainer {
        width: 75%;
        margin: 0 0 0.8% 0;
    }
    
    .subTextCustom_eventContainer {
        margin: 1.5% 0 2.6% 0;
        font-size: 1em;
    }
}

@media only screen and (max-width: 1100px) {
    .hrSubTextCustom_eventContainer {
        width: 75%;
        margin: 0 0 0.8% 0;
    }
    
    .subTextCustom_eventContainer {
        margin: 1.5% 0 2.6% 0;
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 1000px) {
    .hrSubTextCustom_eventContainer {
        width: 75%;
        margin: 0 0 0.8% 0;
    }
    
    .subTextCustom_eventContainer {
        margin: 1.5% 0 2.6% 0;
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 900px) {
    .hrSubTextCustom_eventContainer {
        width: 75%;
        margin: 0 0 0.8% 0;
    }
    
    .subTextCustom_eventContainer {
        margin: 1.5% 0 2.6% 0;
        font-size: 0.7em;
    }
}

@media only screen and (max-width: 799px) {
    .hrSubTextCustom_eventContainer {
        width: 80%;
        margin: 2% 0 1% 0;
    }
    
    .subTextCustom_eventContainer {
        margin: 1.7% 0 2.7% 0;
        font-size: 1.36em;
    }
}

@media only screen and (max-width: 700px) {
    .hrSubTextCustom_eventContainer {
        width: 80%;
        margin: 2% 0 1% 0;
    }
    
    .subTextCustom_eventContainer {
        margin: 1.7% 0 2.7% 0;
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 540px) {
    .hrSubTextCustom_eventContainer {
        width: 80%;
        margin: 2% 0 1% 0;
    }
    
    .subTextCustom_eventContainer {
        margin: 1.7% 0 2.7% 0;
        font-size: 1.1em;
    }
}

@media only screen and (max-width: 450px) {
    .hrSubTextCustom_eventContainer {
        width: 80%;
        margin: 2% 0 1% 0;
    }
    
    .subTextCustom_eventContainer {
        margin: 1.7% 0 3.6% 0;
        font-size: 1em;
    }
}

@media only screen and (max-width: 350px) {
    .hrSubTextCustom_eventContainer {
        width: 80%;
        margin: 2% 0 1% 0;
    }
    
    .subTextCustom_eventContainer {
        margin: 1.7% 0 3.6% 0;
        font-size: 0.85em;
    }
}

@media only screen and (max-width: 300px) {
    .hrSubTextCustom_eventContainer {
        width: 80%;
        margin: 2% 0 1% 0;
    }
    
    .subTextCustom_eventContainer {
        margin: 1.7% 0 3.6% 0;
        font-size: 0.75em;
    }
}

@media only screen and (max-width: 250px) {
    .hrSubTextCustom_eventContainer {
        width: 80%;
        margin: 2% 0 1% 0;
    }
    
    .subTextCustom_eventContainer {
        margin: 1.7% 0 3.6% 0;
        font-size: 0.65em;
    }
}

@media only screen and (max-width: 230px) {
    .hrSubTextCustom_eventContainer {
        width: 80%;
        margin: 2% 0 1% 0;
    }
    
    .subTextCustom_eventContainer {
        margin: 1.7% 0 3.6% 0;
        font-size: 0.55em;
    }
}