.flex-3 img {
	display: flex;
}
.flex-2 > * {
}
.certificate {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.minTitle {
	margin-top: 30px;
}

.purpuse {
	margin-top: 10px;
	padding: 20px;
	background-color: rgba(241, 232, 174, 0.3);
}

.purpuse .textWrap {
	margin-top: 10px;
}

.text-bg {
	font-size: 18px;
	line-height: 1.8;
}

.textWrap {
	margin-top: 10px;
}

.gallery2022Wrapper .pdfbutton {
	background-color: #0075b2;
	padding: 15px;
	margin: 20px auto;
	text-align: center;
	border-radius: 30px;
	font-size: 17px;
	color: #fff;
	box-sizing: border-box;
	display: inline-block;
	white-space: nowrap;
}
.pdfbutton:hover {
	background-color: #fff;
	color: #0075b2;
	border: 1px solid #0075b2;
}
