.header {
	height: 25rem;
	justify-content: center;
	gap: 8rem;
}

article {
	justify-content:space-between;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 3rem;
}


.img-container {
	background-color: #ddf;
	border-radius: 1rem;
	flex: 1 1 25%;
	overflow: hidden;
	justify-content: flex-start;

}
 
article .description-container {
	
	flex: 3 3 70%;
	border-radius: 1em;
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
	justify-content:flex-start;
	gap: 1rem;
}

p {
	text-align: justify;
}

ul {
	list-style: none;
	
}