@charset "UTF-8";

.top_pictures {
	width: 100%;
	height: auto;
	flex-direction: column;
}

.picture1 {
	height: auto;
	margin: 0 0 3px;
}

.picture2 {
	height: auto;
	margin: 0;
}

:is(.picture1, .picture2) > img {
	width: 100%;
	height: auto;
}

.text_and_picture {
	flex-direction: column-reverse;
}

.text {
	width: 100%;
	flex: 1;
	padding-top: 1em;
}

.picture {
	width: 100%;
	flex: 1;
}

.speed_pictures {
	flex-direction: column;
	margin: 1em 0;
}

.junior, .university {
	margin: 0;
}