﻿.card-timeline {
    
}

	.card-timeline .card-title {
		order: 3;
		font-size: 34px;
		font-weight: 400;
		line-height: 32px;
		font-family: 'Adelle';
		margin-bottom: 1rem;
		color: var(--accent-color);
		display:flex;
	}

		.card-timeline .card-title:after {
			content: "";
			background: #E8E8E4;			
			height:1px;
			flex:1;
			margin:1rem 0 0 1rem;
		}

	.card-timeline .card-subtitle {
		font-weight:600;
	}