﻿.card-figures {
	display: flex;
	flex-direction: column-reverse;
	line-height: initial;
	padding: 0 1.5rem;
	position: relative;
	height: 100%;
}

	.card-figures :before {
		content: '';
		display: block;
		width: 2px;
		height: 100%;
		background-color: var(--accent-color);
		position: absolute;
		left: 0px;
		top: 0;
	}

	.card-figures .card-title {
		
	}

	.card-figures .card-content {
		font-weight: 400;
		font-size: 50px;
		font-family: 'Adelle';
	}

