.details-default>.detail-body .detail-body-content .tab-content .banner-hours .hours-content .hours-more .hours-item .day, .details-default>.detail-body .detail-body-content .tab-content .tab-item-hours .hours-content .hours-more .hours-item .day {
    font-weight: 800;
    color: #3e455e;
    width: 60px;
    font-family: 'Montserrat';
}

.about-container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-bottom: 0px;
}

.about-column1 {
    flex: 1;
    position: relative;
}

.about-column1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.about-column2 {
    flex: 1;
    padding: 20px;
    font-weight: 350;
}

.about-column2 h2 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
}

.about-column2 hr {
    border: 0;
    border-top: 10px solid #9b0404;
    margin: 10px 0;
}

.about-column2 p {
    font-weight: 380;
}

@media (max-width: 768px) {
.about-container {
    flex-direction: column;
}

.about-column1 {
    order: 2;
}

.about-column2 {
    order: 1;
}
}

@media (max-width: 480px) {
.about-column2 h2 {
    font-size: 20px;
}

.about-column2 hr {
    margin: 5px 0;
}
}

.results-body .results-content .summary-list[list-type=list-view] .summary-card[summary-type="7"] .summary-footer.hidden-grid-view {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 14%;
}

.summary-contact .summary-instant-messenger-link a, .summary-contact-grid .summary-instant-messenger-link a, .summary-content .summary-instant-messenger-link a {
    color: var(--neutral-base, #3e455e);
    text-align: start;
}