@media screen and (max-width: 950px) {
    .ph-calendar-days li {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 450px) {
    .ph-calendar-days li {
        font-size: 14px !important;
    }
}
