.business-hours ul {
    list-style: none;
    margin: unset;
}
.business-hours ul li strong {
    min-width: 110px;
    display: inline-block;
}
.business-hours ul li {
    margin: unset
}
.business-information-block address {
    font-style: normal;
}
.snoka-holiday-hours ul {
    margin: unset;
}
.snoka-holiday-hours li {
    list-style: none;
    margin-bottom: 0.5em;
}
.snoka-holiday-hours {
    margin-bottom: 20px !important;
}

@media (max-width: 300px) {
    .business-hours ul li strong {
        width: 100%
    }
}

.site-footer h2 {
    font-size: 28px;
    font-weight: 600;
}
.footer-widgets .widget {
    margin-bottom: 20px;
}


.business-hours ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 280px;
}

.business-hours ul li:not(:last-child) {
    border-bottom: solid 1px #8b8b8b;
}
