.cw2-daily-schedule .item {
    display: flex;
    align-items: center;
    padding: 59px 0 62px;
    border-bottom: 2px solid #ececec;
}

.cw2-daily-schedule .item .image {
    flex: 0 0 370px;
    max-width: 370px;
    margin-right: 44px;
    align-self: flex-start;
}

.cw2-daily-schedule .item .image .image-container {
    position: relative;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}

.cw2-daily-schedule .item .image .image-container:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.cw2-daily-schedule .item .image img {
    display: block;
}

.cw2-daily-schedule .item .title {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 1.1;
}

.cw2-daily-schedule .item .title h3 {
    display: inline;
    font-size: inherit;
    font-weight: 700;
}

.cw2-daily-schedule .item .text {
    font-size: 20px;
    line-height: 1.3;
}

.cw2-daily-schedule .item .text p {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .cw2-daily-schedule .item {
        display: block;
    }

    .cw2-daily-schedule .item .image {
        margin: 0 auto 30px;
    }
}
