.image {
	width: 95%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.image img {
	/*margin: 5px;*/
	padding: 5px;
	min-width: 0;
	max-width:70%;
	/*width: 45%;*/
}

.images_text p {
	font-style: italic;
	font-size: 23px;
}

@media (max-width: 990px) {
	.image {
		flex-direction: column;
		max-width: 90%;
	}

	.image img {
		margin-bottom: 10px;
	}

	.images_text p {
		font-style: italic;
		font-size: 16px;
	}
}

.image p {
	font-style: italic;
	font-size: 23px;
}

.images_text {
	margin-top: 10px;
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

strong {font-weight:bold;}