.services__org,
.schedule{
	position: relative;
}
.cafe{
	display: flex;
	justify-content: space-between;
}
.cafe__pic{
	margin-right: 24px;
}
.information__pic{
	min-width: 300px;
	width: 300px;
}
.information__text{
	flex-grow: 1;
    margin-top: 0;
}
.schedule__item{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.schedule__item-pic{
	display: flex;
}
.schedule__item-date{
	margin-top: 25px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #231f20;
    text-align: center;
}
.schedule__item-name{
	margin: 15px 0 0 0;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}
@media(max-width: 1600px){
	.cafe__pic{
        width: 50%;
        height: auto;
	}
	.information__pic{
		width: 300px;
	}
	.schedule__item-pic img{
		width: 170px;
		height: 170px;
	}
	.schedule__item-date {
	    margin-top: 20px;
	    font-size: 22px;
	    line-height: 28px;
	}
	.schedule__item-name {
	    margin: 10px 0 0 0;
	    font-size: 18px;
	    line-height: 22px;
	}
}
@media(max-width: 1400px){
	.schedule__item-pic img {
        width: 160px;
        height: 160px;
    }
    .schedule__item-date {
        margin-top: 16px;
        font-size: 20px;
        line-height: 26px;
    }
    .schedule__item-name {
        margin: 6px 0 0 0;
        font-size: 16px;
        line-height: 20px;
    }
}
@media(max-width: 991px){
	.cafe__pic{
		height: 100%;
	}
	.schedule__item-pic img {
        width: 150px;
        height: 150px;
    }
    .schedule__item-date {
        margin-top: 12px;
        font-size: 18px;
        line-height: 24px;
    }
    .schedule__item-name {
        font-size: 15px;
        line-height: 20px;
    }
}
@media(max-width: 575px){
	.cafe{
		flex-direction: column;
	}
	.cafe__pic {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .schedule__item-pic img {
        width: 140px;
        height: 140px;
    }
    .schedule__item-name {
        font-size: 14px;
        line-height: 18px;
    }
    .schedule__item-date {
        margin-top: 16px;
        font-size: 16px;
        line-height: 22px;
    }
}
@media(max-width: 374px){
	.schedule__item-pic img {
        width: 120px;
        height: 120px;
    }
}