/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 05 2023 | 13:09:37 */
.paragraph-group__horizontal .evlt-paragraph {
	flex-direction: row;
	align-items: flex-start;
	column-gap: 15px;
}

.paragraph-group__horizontal .evlt-paragraph > * {
	margin-bottom: 0;
}

@media (max-width: 650px) {
	.paragraph-group__horizontal .evlt-paragraph { 
		flex-direction: column;	
	}
}
