/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 20 2023 | 09:37:52 */
.history--timeline, .dark-section.history--timeline {
	display: none;
}

.timeline__item-title {
	color: var(--alt2-brand-color);
}

.timeline__item-text {
	color: #aaa;
}

.about-us .post-cards__item-image-box {
    height: 25vw;
}

.about-us .content-cards--people .post-cards__item-image {
    height: 25vw;
}

.about-us .content-cards--people .post-cards__item-content {
    padding: 20px 0px 40px 0px;
    text-align: center;
}

.about-us .post-cards__item-image-box {
    padding: 0px;
}

.two-up .post-image {
	margin: revert;
}

.separator-line {
    height: 2px;
}

.join-team-btn {
	margin-top: 50px;
}

@media (max-width: 480px) {
	section.curiosity-title {
		margin-top: -80px;
		background-color: #f5f5f5;
		padding-bottom: 70px;
		padding-top: 30px;
	}
	
	section.four-columns-card {
		display: none;
	}
	
	section.meet-the-team-title {
		padding-top: 0px !important;	
	}
	
	.hero-banner__container h1.hero-banner__title {
		font-size: 40px;
		line-height: 1.3;
		font-weight: 400;
	}
	
	.distance-estimator h1.evlt-paragraph__main-title {
		font-size: 20px;
		line-height: 1.1;
	}
}