.todo {
	display: flex;
	align-items: center;
	height: 55px;
	border: 1px solid #CACACA;
	border-radius: 16px;
	padding: 0 1rem;
	margin-bottom: 0.75rem;
}

.todo .check {
	min-width: 30px;
}
.todo .sym {
	display: flex;
	justify-content: center;
	min-width: 50px;
}
.todo .go {
	display: flex;
	justify-content: center;
	margin-left: auto;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
}
.todo h4 {
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
}
.todo p {
	font-size: 12px;
	line-height: auto;
}