/*
--------------------------------------
Item
--------------------------------------
*/

.card-item.card-item--1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.card-item__content {
	padding-bottom: 2em;
}

/*title*/

.card-item__title {
	font-family: var(--e-global-typography-primary-font-family);
	font-size: calc(25px + (35 - 25) * ((100vw - 320px) / (1920 - 320)));
	color: var(--e-global-color-primary);
	font-weight: 400;
	line-height: calc(35px + (55 - 35) * ((100vw - 320px) / (1920 - 320)));
}

/*excerpt*/

.card-item__excerpt {
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: 16px;
	font-weight: 300;
	color: #000;
	line-height: 22px;
}