.slogan {
	font-weight: 700;
	color: #D4B012;
	text-align: center;
}
.slogan2 {
	font-weight: 700;
	text-align: center;
}
p, h5, h6{
	margin-top: 0px;
	margin-bottom: 0px;
}

.adress {
	text-align: center;
}

.head_title {
	height: 5rem;
	width: 100%;
	background-color: #c4d72f;
	margin-top: 2rem;
}
.head_title img{
	width: 20rem;
	float: right;
}
.head_title h3{
	float: left;
	color: #fff;
	margin: 1rem auto 1rem 2rem;
}
.content {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
img.lt {
	height: 280px;
}
img + p {
	float: right;
	font-size: 1.4rem;
}
li:before {
	content: '• ';
}
li {
	font-size: .8rem;
}
ul{
	height: 300px;
}
table thead {
	background-color: #e4e033;
}
table {
	margin-top: 1rem;
	font-size: .8rem;
}
td, th {
    padding: 2px 5px;
}