.schedules {
	width: 100%;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}

.schedules h4 {
	font-weight: 500;
	margin-bottom: 0;
	letter-spacing: 1px;
}

.schedules-image {
	display: flex;
	margin-bottom: 14px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.schedules-image img {
	width: 118px;
	height: auto;
	display: block;
	margin-bottom: 17px;
}

@media screen and (min-width: 782px) {
	.schedules-image {
		flex-direction: row;
		margin-bottom: 14px;
	}

	.schedules-image img {
		width: 142px;
		margin-bottom: 0;
	}

	.schedules-image img + h4 {
		margin-left: 22px;
	}
}