/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 11 2023 | 03:32:38 */
.wrapper {
	position: relative	
}

.post-cards__item {
	background-color: transparent;
	filter: drop-shadow(0px 6px 96px rgba(0, 0, 0, 0.1));
	border-radius: 5px;
}

.layout__content--middle .evlt-paragraph {
	justify-content: center;
}

.btn--black {
	color: var(--white);
	background-color: var(--primary-text-color);
}

a {
	text-decoration: none;
}

.section__margin--none .section {
	margin-top: 0;
}

img {
	loading: lazy;
}

@media (min-width: 992px) and (max-width: 1299px) {
	.heading--h1, h1 {
		font-size: 67px;
		line-height: 69px;
	}
	
	.heading--h2, h2 {
		font-size: 47px;
    	line-height: 48px;
	}
	
	.heading--h3, h3 {
		font-size: 39px;
		line-height: 39.48px;
	}
	
	.text--intro {
		font-size: 14px;
		line-height: 17px;
	}
}

@media (max-width: 991px) {
	.post-cards .visible-tag .post-cards__item {
		opacity: 1;
    	transform: translateY(0);
		filter: initial;
	}
}

@media (max-width: 767px) {
	.layout-row__content:not(.layout-row__content--preview), .layout-row__content--preview>.block-editor-inner-blocks>.block-editor-block-list__layout, .layout-row:nth-child(2n) .layout-row__content:not(.layout-row__content--preview), .layout-row:nth-child(2n) .layout-row__content--preview>.block-editor-inner-blocks>.block-editor-block-list__layout {
		grid-template-columns: 1fr;
    	row-gap: 20px;
	}
}