.content h1 {
    font-size: 32px;
}

.tribe-events-content :is(ol, p, li, strong, em, a:visited, a:link) {
    font-size: 17px;
    line-height: 1.6;
}

.tribe-events-content p {
    margin-bottom: 18px;
}
   
.content h2 {
	font-size: 1rem;
    text-transform: none;
    font-style: normal;
}
.content .tribe-events-schedule h2 span {
	 color: #777;
}

@media screen and (max-width: 768px) {
    .content h1 {
        font-size: 25px;
        text-transform: uppercase;
        margin-top: 70px;
        line-height: 1.15;
        margin-bottom: 16px;
    }
    .content h2 {
        font-size: 16px;
        text-transform: none;
    }
    .content h2 span {
        color: #999;
    }
}
