.schedule{list-style:none;padding-left:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));grid-gap:1rem 2rem;line-height:1.4em}@media all and (max-width:500px){.schedule{grid-template-columns:1fr;grid-gap:1rem}}.schedule__single{display:flex;flex-direction:column;flex-wrap:wrap;margin-bottom:1rem}.schedule__single:last-child{margin-bottom:1.5rem}@media all and (max-width:500px){.schedule__single{flex-direction:row;flex-wrap:nowrap}}.schedule__title{margin-bottom:.7rem;font-weight:700}@media all and (max-width:500px){.schedule__title{margin-bottom:0;margin-right:.7rem;min-width:140px}}