.home_block {
	margin: 0 0 20px 0;
}

.home_block h1 {
	font-size: 30px;
	color: #131313;
	text-align: center;
}

.home_block__content {
	padding: 0px 10px;
}

.hide_show {
	display: none;
}

.home_block__btn {
	margin-top: 20px;
	color: #006900;
	border-bottom: 1px dotted #006900;
}

.home_block__btn:focus { 
	color: #006900;
	text-decoration: none;
}

.home_block__btn:hover {
	border-bottom: none; 	
}


@media (max-width: 767px) {
	
	.home_block {
		margin-top: 20px;
	}
	
}

.description_collapse {
	max-height: 100px;
	overflow: hidden;
}