/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 12 2023 | 02:14:57 */
.curio-services {
	padding-bottom: 80px;
}

.curio-services .content-cards__invert-fancy .post-cards__item {
	height: 30vh;
}

.services--list {
	margin-top: -54px;
	padding-top: 20px;
    padding-bottom: 20px;
}

.services--header .image-slider__item-box-subtitle {
	display: none;
}


@media (max-width: 480px) {
	
	section.inner-first-content {
		margin-top: 0px !important;
	}
	
	section.inner-first-content .layout-row__content > p {
		margin-bottom: -10px;
	}
	
	.curio-services {
		padding-bottom: 0px;
	}
	
	.area--dark {
		padding: 65px 0 !important;
	}
	
	.area--dark .evlt-paragraph .h1.evlt-paragraph__main-title,
	.perspective-tf h1.evlt-paragraph__main-title {
		font-size: 20px;
		line-height: 1.4;
	}
	
	.services--list .post-cards__static-layout {
		background: #fff;	
	}

	.services--list .post-cards__item .post-cards__item-text {
		display: none
	}

	.services--list .post-cards__item {
		height: 160px;
		justify-content: center;
	}

	.services--list .post-cards__item .post-cards__item-image-box {
		position: static;
		height: auto !important;
	}

	.services--list .post-cards__item .post-cards__item-image-txt {
		padding-top: 0px !important;
		text-align: center !important;
	}
	
	.services--list .post-cards__item .post-cards__item-image-txt::before {
		font-size: 53px;
		color: var(--alt-brand-color);
		font-weight: 700;
		position: absolute;
		top: 65px;
		right: 10px;
		background-color: transparent;
		content: '>';
	}
}