.festival-happytalk-tit {
	display: flex;
	flex-direction: row; justify-content: space-between;
	align-items: center;
    margin-bottom: 19px;
}
.festival-schedule-tit {
	margin-bottom: 0;
}
.event-link  {
    line-height: 64px;
    height: 64px;
    font-size: 20px;
    font-weight: 700;
    width: 350px;
}
@media (max-width: 1024px){
	.festival-happytalk-tit {
		flex-direction: column;
		align-items: flex-start;
	}
	.festival-schedule-tit {
		margin-bottom: 10px;
	}
	.event-link  {
	    width: 100%;
	}
}
