#garage{
	display:flex;
	justify-content: center;
	gap:1rem 8rem;
	flex-wrap:wrap;
	margin: 2rem 0 2rem 0 ;
}

#garage h1{	
	font-size:1.3rem;
	font-weight:200;
}

#garage h2{	
	font-size:0.9rem;
	font-weight:200;
    line-height: 1.4rem;
}

#garage a {
	color:#00adef;
	font-weight:bold;
	text-decoration:none;
}

#garage a:hover {
	text-decoration:underline;
}

#garage .infos{
	max-width:600px;
}


#garage .images .image1,
#garage .images .image2{
	background-image: url("./../images/photos/garage1.jpg");
	background-size:contain;
	background-position:center;
	background-repeat: no-repeat;
	width:40rem;
	height:30rem;
}

#garage .images .image1{
	background-image: url("./../images/photos/garage1.jpg");
}

#garage .images .image2{
	margin-top : 2rem;
	background-image: url("./../images/photos/garage2.jpg");
}