.gallery {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.gallery>img {
	width: 150px;
	height: 280px;
	margin-right: 20px;
}

.content {
	font-size: 20px;
}

.mt-m {
	margin-top: 20px;
}