.info {
	margin-bottom: 40px;
}

.info h2 {
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.info-holder {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.info-intro {
	width: 100%;
	line-height: 1.7;
	font-size: 20px;
	order: 2;
}

.info-photo {
	width: 100%;
	order: 1;
	margin-bottom: 30px;
}

.info-photo img {
	width: 100%;
}

.info-photo picture {
	display: block;
}

@media screen and (min-width: 768px) {
	.info {
		margin-bottom: 80px;
	}

	.info-intro {
		width: 48%;
		order: 1;
	}

	.info-photo {
		width: 50%;
		order: 2;
	}


}
