#actu-hero{
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	.actu-hero-text{
		width: max-content;
	}
	h1{
		margin-top: 0;
	}
	img{
		max-width: 150px;
	}
}


#actu-contenu{
	margin-top: 70px;
	img{
		max-width: 80%;
	}
	p:has(img){
		text-align: center;
	}
}