@media screen {
	
	#reviews{
		display:flex;
		gap:20px;
		justify-content:start;
		flex-wrap:wrap;
    align-items:stretch;
	}
	
	#reviews .review{
    flex: 1 1 300px;
    min-width: 250px;
    max-width: 650px;
    background-color: white;
    padding: 3%;    
		
	}
	
	#reviews .review .header{

	}

  #reviews .review .header p{
  }
	
	#reviews .review .body{

	}
	

	

}


@media only screen 
and (max-width : 768px) {


}
