/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 28 2022 | 01:29:07 */
.masonry-rows .layout-row__content {
	column-gap: 20px;
}

.masonry-rows .layout-row:not(:last-child) {
	margin-bottom: 24px;
}

.masonry-rows .evlt-paragraph {
	height: 606px;
}

.masonry-rows .evlt-paragraph__sub-title {
	width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(17, 17, 17, 0.7);
	font-family: var(--headings-font-family);
}

.masonry-rows .evlt-paragraph__sub-title::before,
.masonry-rows .evlt-paragraph__sub-title::after {
	content: '';
	display: inline-block;
	width: 30px; height: 1px;
	margin: 20px 0;
	background-color: var(--alt2-brand-color);
}