.itc-feature {
	display: flex;
	align-items: flex-start;
	text-decoration: none;
	color: inherit;
}

.itc-feature__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	line-height: 0;
}

.itc-feature__icon svg {
	display: block;
	width: 20px;
	height: 20px;
}

.itc-feature__text {
	display: flex;
	flex-direction: column;
}

.itc-feature__title,
.itc-feature__desc {
	padding: 0;
}
