/* Elba - Airport Shuttle - about-us.css
   © Eric Reboux Software - Mac V.F. 27/09/2025 */

.text_block
{
	display: flex;
	justify-content: space-between;
	gap: 40px;
	padding: 40px 0;
}

.text_block .text_item
{
	max-width: 30%;
}

.text_block .text_item h3
{
	margin-bottom: 8px;
}

@media only screen and (max-width: 1000px)
{
	.text_block
	{
		flex-direction: column;
		padding: 0;
	}

	.text_block .text_item
	{
		max-width: 100%;
	}
}
