.schedule {
    width: 100%;
    max-width: 800px;
    margin: 0 0 0 0;
}

.schedule-item {
    display: flex;
    padding: 2px 0;
}

.manthry {
    width: 9.5em;
    flex-shrink: 0;
}

.content {
    flex: 1;
    color: #737373;
    line-height: 130%;
}

@media screen and (max-width: 500px) {

    .schedule-item {
        flex-direction: column;
    }

    .manthry {
        width: auto;
        margin-bottom: 1px;
    }

}
