h1 {
    margin-bottom: 45px;
    font-size: 38px;
	text-align: start;
	color: darkslategrey;
	font-weight: 200;
}
h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 40px;
}
h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
}
div {overflow: hidden;}
p {
    margin: 10px;
    text-align: start;
	font-size: 14px;
	line-height:25px;
}
	li {
    margin: 10px;
    text-align: start;
    font-size: 14px;
	line-height:25px;
}
img.one{
    max-width: 100%;
    max-height: 100%;
	display:block;
	margin:auto;
}
img.more{
	width: 100%;
	height: 250px; 
	margin-top:0px;
	padding-botton:30px;
	object-fit: cover;
	text-align: center;
}
h1.title{
    font-weight: 700;
}
h1.legal{
    margin-top:45px;
}
.mt0{
    margin-top:0px;
}
.center {
    margin: auto;
    width: 50%;
    padding: 10px;
	margin-bottom: 20px;
}
		@media only screen and (max-width: 954px) {
.center {
    margin: auto;
    width: 100%;
    padding: 10px;
}
}

