.dl-business-hours .business-hrs-inner {
    -webkit-box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, .1);
    -moz-box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, .1);
    box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, .1);
    padding: 70px 65px;
    margin-top: -15px;
}

.dl-business-hours .dl-single-hrs {
    margin-top: 15px;
}

.dl-business-hours .dl-single-hrs span.time {
    float: right;
    font-weight: 600;
    color: #263a4f;
    font-size: 20px;
    font-family: 'Dosis', sans-serif;
}

.dl-business-hours .dl-single-hrs span.day {
    color: #3b3b3b;
    font-weight: 800;
    font-size: 30px;
    font-family: 'Dosis', sans-serif;
}

.dl-business-hours .dl-single-hrs.closed-day span.time {
    color: #fa2d2d;
}

.dl-business-hours .dl-single-hrs.closed-day span.day {
    color: #fa2d2d;
}