.hotel-image-container{
	margin-top: 30px;

	.hotel-image{
		text-align: center;
		margin-bottom: 30px;
	}
	.hotel-image img{
		margin: auto;
	
	}
	.hotel-info{
		text-align: center;
	}
	.hotel-name{
		font-size: 24px;
		font-weight: normal;
		font-family: 'Lora', serif;
		margin-bottom: 15px;
	}
	.hotel-address{
		font-size:16px;
		font-style: italic;
	}
	.hotel-address a{
		text-decoration: none;
	}
	.hotel-book-btn-container{
		margin-top: 30px;
	}
	.section-title{
		font-weight:bold;
		font-size:16px;
		margin-bottom: 5px;
	}
}
