.acf-block-component.acf-block-preview.wp-block-acf-mdigi-section-title {
	margin-right: 0;
	width: 100%;
}

.section-title_holder {
	display: block;
	width: 100%;
	margin: 0;
}

.section-title_holder .section-titles {
	display: block;
	width: 100%;
}

/* Alignment */
.section-title_holder.alignleft {
	text-align: left;
}
.section-title_holder.aligncenter {
	text-align: center;
}
.section-title_holder.alignright {
	text-align: right;
}

.section-title_holder > p {
	margin: 0 0 1rem;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.8px;
	opacity: 0.8;
}

.site-main .section-title_holder .section-title-text {
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 1rem;
	width: 100%;
}

body .section-title_holder .section-title-text.margin-bottom {
	margin-bottom: 3rem;
}

body .section-title_holder .section-title-text.border-bottom {
	border-bottom: 1px solid rgba(18, 20, 13, 0.4);
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
	.site-main .section-title_holder .section-title-text.margin-bottom {
		margin-bottom: 1.5rem;
	}
}
