.room2 {
	padding: 140px 0 100px;
}
.room2_wrap {
	max-width: 1400px;
	margin: auto;
	text-align: center;
}

.room2_wrap .btn_rooms {
	display: inline-block;
	width: 202px; height: 46px;
	margin: auto;
	font-size: 16px;
	line-height: 46px;
	background: #1c3976;
	color: #fff;
	border-radius: 100px;
	text-align: center;
	transition: background 0.35s, color 0.35s;
}
.room2_wrap .btn_rooms i {
	margin-left: 10px;
	font-size: 15px;
}
.room2_wrap .btn_rooms:hover {
	background: #ff9e5e;
	color: #fff;
}

@media ( max-width: 1024px ) {
	.room2 {
		padding: 40px 0;
	}
	.room2_wrap {
		max-width: calc(100% - 30px);
		margin: auto;
	}

	.room2_wrap .btn_rooms {
		width: 100%;
		height: 47px;
		margin-top: 15px;
		font-size: 14px;
		line-height: 47px;
	}
	.room2_wrap .btn_rooms i {
		margin-right: 5px;
	}
}