.timetable-section {
	padding: 50px 0 70px;
}

.timetable-intro {
	margin: 0 0 24px;
	max-width: 760px;
	color: #4c5263;
	font-size: 18px;
	line-height: 1.55;
}

.timetable-table-wrap {
	overflow-x: auto;
	border: 1px solid #dfe4ef;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(31, 43, 74, 0.08);
}

.timetable-table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	color: #1f2b4a;
}

.timetable-table th,
.timetable-table td {
	padding: 16px 18px;
	border-bottom: 1px solid #e8edf6;
	text-align: left;
	white-space: nowrap;
}

.timetable-table th {
	background: #f3f6fb;
	color: #27385f;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0;
}

.timetable-table tbody tr:last-child td {
	border-bottom: 0;
}

.timetable-message {
	margin: 20px 0 0;
	color: #4c5263;
	font-size: 17px;
}

@media (max-width: 767px) {
	.timetable-section {
		padding: 34px 0 50px;
	}

	.timetable-intro {
		font-size: 16px;
	}

	.timetable-table th,
	.timetable-table td {
		padding: 13px 14px;
	}
}
