.daily-schedule{border-radius:12px;margin:0 auto;padding:0 1.5rem;position:relative}.schedule-item{align-items:flex-start;display:flex;position:relative}.time{align-items:center;color:#2bb9b0;display:flex;flex-shrink:0;font-weight:700;gap:1rem;width:120px}.time img{height:44px;width:44px}.line{align-self:stretch;flex-shrink:0;margin:0 2rem;position:relative;width:2px}.line,.line:before{background-color:#2bb9b0}.line:before{border-radius:50%;content:"";height:12px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:12px}.schedule-item:last-child .line{background-color:transparent}.event{flex:1;margin-bottom:1.5rem}.event-title{font-size:1.25rem;font-weight:700;margin:0 0 .5rem}.event-desc{font-size:1rem;line-height:1.6;margin:0}@media (max-width:920px){.schedule-item{flex-direction:row}.schedule-item,.time{align-items:flex-start}.time{flex-direction:column;gap:.5rem;width:50px}.time img{height:auto;margin-top:.3rem;width:36px}.line{margin:0 1.5rem}.event-title{font-size:1.1rem}}