.section-block.repeater-block .repeat-wrap{
	display: flex;
	flex-wrap: wrap;
	font-family: var(--primary_font);
	font-weight: 400;
	color: #4F5459;
	font-size: 1rem;
	position: relative;
	overflow: hidden;
}

.section-block.repeater-block .content-wrap{
	width: 100%;
	padding: 50px 0;
}

.section-block.repeater-block .block-title{
	color: #272829;
	position: relative;
	padding-top: 20px;
}

.section-block.repeater-block .block-title:before{
	content: '';
	width: 40px;
	height: 4px;
	background: var(--tertiary_color);
	position: absolute;
	top: 0;
	left: 0;
}

.section-block.repeater-block .btn-wrap{
	padding-top: 20px;
}

.section-block.repeater-block .media-wrap{
	width: 100%;
	max-height: 350px;
}

.section-block.repeater-block .media-wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Responsive */
@media screen and (min-width: 768px) {
	.section-block.repeater-block .repeat-wrap{
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 861px) {
	.section-block.repeater-block .content-wrap{
		width: 50%;
	}

	.section-block.repeater-block.sixtyfive-thirtyfive .content-wrap{
		width: 64%;
	}

	.section-block.repeater-block .repeat-wrap.img-right{
		flex-direction: row-reverse;
	}

	.section-block.repeater-block .repeat-wrap.img-left .grid-x{
		flex-direction: row-reverse;
	}

	.section-block.repeater-block .media-wrap{
		width: 50%;
		position: absolute;
		top: 0;
		left: 0;
		right: unset;
		bottom: 0;
		max-height: inherit;
	}

	.section-block.repeater-block.sixtyfive-thirtyfive .media-wrap{
		width: 40%;
	}

	.section-block.repeater-block .repeat-wrap.img-right .media-wrap{
		right: 0;
		left: unset;
	}

	.section-block.repeater-block .repeat-wrap.img-right .content-wrap{
		padding: 80px 50px 80px 0;
	}

	.section-block.repeater-block .content-wrap{
		padding: 80px 0 80px 50px;
	}

	.section-block.repeater-block .content-wrap.fullwidth, .section-block.repeater-block .repeat-wrap.img-right .content-wrap.fullwidth{
		padding: 80px 0;
		width: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.section-block.repeater-block .repeat-wrap.img-right .content-wrap{
		padding: 80px 100px 80px 0;
	}

	.section-block.repeater-block.sixtyfive-thirtyfive .repeat-wrap.img-right .content-wrap{
		padding: 80px 60px 80px 0;
	}

	.section-block.repeater-block .content-wrap{
		padding: 80px 0 80px 100px;
	}

	.section-block.repeater-block.sixtyfive-thirtyfive .content-wrap{
		padding: 80px 0 80px 60px;
	}

	.section-block.repeater-block .content-wrap.fullwidth, .section-block.repeater-block .repeat-wrap.img-right .content-wrap.fullwidth, .section-block.repeater-block.sixtyfive-thirtyfive .content-wrap.fullwidth{
		padding: 80px 0;
	}
}