.block33214 .row_1 .backstage-blocksEditor-wrap {
	font-family: OpenSans-Bold;
	font-size: 34px;
	color: #333333;
	text-align: center;
	line-height: 28px;
}

.location__25584 {
	margin: 0 !important;
}

.block33214 .row_2 {
	display: flex;
	justify-content: center;
}

.block33214 .line {
	width: 50px;
	height: 5px;
	/* background: var(--color-match-settings1); */
	border-radius: 2.5px;
	margin: 16px 0 30px 0;
}

.block33214 .row_3 li {
	display: flex;
}

.block33214 .row_3 li:nth-child(2n) {
	display: flex;
	flex-direction: row-reverse;
}

.block33214 .row_3 li .leftBox {
	width: 50%;
	position: relative;
	/* height: 0; */
	padding-top: 32%;
}

.block33214 .row_3 li .leftBox img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

.block33214 .row_3 li .rightBox {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #FBFBFB;
}

.block33214 .row_3 li .rightBox .row_top {
	margin-left: 14%;
	margin-right: 14%;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.block33214 .row_3 li .rightBox .row_bottom {
	margin-left: 14%;
	margin-right: 14%;
	margin-bottom: 20px;
}

.block33214 .row_3 li .rightBox .row_top .row_top_left {
	margin-right: 30px;
	display: flex;
	align-items: center;
}

.block33214 .banner-name {
	font-family: OpenSans-Bold;
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word;
}

.block33214 .banner-docs {
	margin-top: 20px;
	font-family: OpenSans-SemiBold;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}

.block33214 .row_3 li .rightBox .row_top .row_top_right .banner-name span,
.block33214 .row_3 li .rightBox .row_top .row_top_right .banner-name strong {
	font-size: inherit;
	color: inherit;
	font-family: inherit;
}

.block33214 .row_3 .siteblocks-header-banner ul li .rightBox .row_bottom .banner-docs span,
.block33214 .row_3 .siteblocks-header-banner ul li .rightBox .row_bottom .banner-docs strong {
	font-size: inherit;
	color: inherit;
	font-family: inherit;
}

.block33214 .row_1 .backstage-blocksEditor-wrap span,
.block33214 .row_1 .backstage-blocksEditor-wrap strong {
	font-size: inherit;
	color: inherit;
	font-family: inherit;
}

.block33214 .row_3 li .rightBox .row_top .row_top_left img {
	width: 87px;
	height: 87px;
	object-fit: contain;
}

@media (max-width: 1220px) {
	.container_25584 {
		width: 100% !important;
		padding: 0 20px;
		box-sizing: border-box;
	}
}

@media (max-width: 768px) {
	.block33214 .row_3 li {
		flex-direction: column !important;
		margin-bottom: 30px;
	}

	.block33214 .row_3 li .leftBox {
		padding-top: 64%;
		width: 100%;

	}

	.block33214 .row_3 li .rightBox {
		width: 100%;
	}

	.block33214 .row_3 li .rightBox .row_top {
		margin: 20px 20px 0;
	}

	.block33214 .row_3 li .rightBox .row_top .row_top_left {
		margin-right: 15px;
	}

	.block33214 .row_3 li .rightBox .row_top .row_top_right .banner-name {
		font-family: OpenSans-Bold;
		font-size: 20px;
		color: #333333;
		line-height: 28px;
	}


	.block33214 .row_3 li .rightBox .row_top .row_top_left img {
		width: 54px;
		height: 54px;
	}

	.block33214 .row_3 li .rightBox .row_bottom .banner-docs {
		margin-top: 15px;
	}

	.block33214 .row_3 li .rightBox .row_bottom {
		margin: 0 20px 30px;
	}
}

@media (max-width: 500px) {
	.block33214 .row_3 li .rightBox .row_top .row_top_left img {
		width: 36px;
		height: 36px;
	}
}