
body.travel {
	padding-top: 118px;
}


.section__title .mainVis {
	margin: 40px auto 0;
}


section.intro {
	text-align: center;
	margin-bottom: 144px;
}
section.intro .logo {
	text-align: center;
	margin-bottom: 24px;
}
section.intro p {
	font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 1.95;
}

h1.section__headline {
	margin-top: 0;
}

.travel__area {
	width: 850px;
	margin: auto;
	text-align: center;
	margin-bottom: 200px;
}
.travel__area h2 {
	font-size: 40px;
	letter-spacing: 0;
	margin-bottom: 68px;
}

.travelArea__hotelList li {
	margin-bottom: 94px;
}
.travelArea__hotelList li .hotel-copy {
	margin: 32px auto 24px;
	position: relative;
}

.travelArea__hotelList li .hotel-copy:after {
    content: '';
    width: 150px;
    height: 1px;
    background: #333;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -75px;
}