
.openinghours p {
    color:#fff;
    text-transform:uppercase;
    font-weight:600;
    text-align:left;
}
@media screen and (max-width: 960px) {
    .openinghours p {
        font-size:16px;
        line-height:18px;
    }
}
@media screen and (max-width: 430px) {
    .openinghours p {
        font-size:14px;
        line-height:16px;
    }
}
