@charset "utf-8";

.providedServices {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
	
	img {
		width: 300px;
		height: 200px;
	}
	> div {
		width: 300px;
	}
	div p {
		text-indent: -1em;
		margin-left: 1em;
		margin-top: 10px;
	}
}

