.sert-v2 {
	font-family: "Montserrat", sans-serif;
	color: #1a1a1a;
	margin-bottom: 24px;
}

.sert-v2__intro {
	border: 1px solid #ececec;
	border-radius: 12px;
	background: #fff;
	padding: 16px;
	margin-bottom: 14px;
}

.sert-v2__lead {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #4b4b4b;
}

.sert-v2__gallery-wrap {
	border: 1px solid #ececec;
	border-radius: 12px;
	background: #fff;
	padding: 14px;
}

/* Bring third-party gallery into page style */
.sert-v2__gallery-wrap .ur-info,
.sert-v2__gallery-wrap .bx_page {
	background: transparent !important;
}

.sert-v2__gallery-wrap img {
	border-radius: 8px;
}

@media (max-width: 900px) {
	.sert-v2__intro,
	.sert-v2__gallery-wrap {
		padding: 13px;
	}
}

@media (max-width: 560px) {
	.sert-v2__lead {
		font-size: 14px;
	}
}
