.title{
	float: left;
	color: var(--color-3);
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.title.left{
	text-align: left;
}
.title:last-child{
	margin-bottom: 0;
}

@media (max-width: 680px) {

	.title{
		font-size: 30px;
	}

}