.home-des {
	text-align: center;
	color: var(--eten-theme-color);
	margin-bottom: 10px
}

.home-title {
	text-align: center;
	color: #000000;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2
}

.home-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--eten-theme-color);
	height: 45px;
	width: 180px;
	color: #FFF;
	transition: all .2s linear;
	text-decoration: none
}

.home-more:hover {
	box-shadow: 1px 2px 10px var(--eten-theme-color)
}

@media (max-width:768px) {
	.home-title {
		font-size: 22px;
	}
}