.container {
	width: 100%;
	max-height: 600px;
	
	position: relative;
	
	padding:.1%;

    display: flex;
    flex-wrap: wrap; 

  /*
  
  	border-style: solid;
	border-color: green;
	
	display: inline-block;
  	display: -webkit-flex;   

    display: inline-block;
	margin: 0 auto;
	grid-gap: 20px;
	position: relative;
  */
}

.left {
	float: left;
	width: 50%;
	max-height: 100%;

	
	align-items: center;
	place-content: center;

	flex-shrink: 0;
	/*
	display: inline-block;
	border-style: solid;
	border-color: blue;
	*/
}

.cars-group-img {
    max-width: 100%;
    height: auto;
}

.right {
	float: right;
	width: 50%;
	max-height: 100%;

	background: black;
	color: white;
	
	align-items: center;
	text-align: center;
	
	place-content: center;
	  
	flex-shrink: 0;

  	/*

  	display: inline-block;
	flex-direction: row;

  	justify-content: center;
	padding-top: 1px;
	position: relative;
	
	border-style: solid;
	border-color: red;
	*/
}





.home-h1 {
  font-size: 1.5em;
  font-weight: bold;
    color: white;
}

.home-h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #cad4d9;
}

.home-h3 {
  font-size: 1em;
  font-weight: bold;
}

.home-h4 {
  font-size: 1em;
  font-weight: bold;
}




.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #04AA6D;
}

.button1:hover {
  background-color: #33a8ff;
  color: white;
}


@media screen and (max-width: 1250px) {
	.left, .right {
		width: 100%;
	}
}

/*
@media screen and (max-height: 800px) {
	.left, .right {
		height: 100%;
	}
}
*/
