h1::before, h2::before {
    display: none;
}

.contact div#u_content_text_contact a {
    color: #191919;
}

.contact div#u_content_text_contact a:hover {
    color: #0054FF;
}

@media (max-width: 768px) {
.contact #u_content_custom_hours_1 .d-location-hours-container .d-location-hours-inner-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact .d-location-hours-container .d-location-hours {
    display: inline-block;
    width: 100%;
}
}