h1 {
    margin-top: 180px;
    margin-bottom: 50px;
    font-size: 42px;
    font-weight: 500;
}
h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 40px;
}
h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
}
p {
    margin: 10px;
    text-align: start;
	font-size: 16px;
}
	li {
    margin: 10px;
    text-align: start;
    font-size: 16px;
}
img.one{
    max-width: 100%;
    max-height: 100%;
	display:block;
    margin:auto;
}
img.more{
	width: 100%;
	height: 250px; 
	object-fit: cover;
}
h1.title{
    font-weight: 700;
}
h1.legal{
    margin-top:45px;
}
.center {
    margin: auto;
    width: 80%;
    padding: 10px;
	margin-bottom: 20px;
}
		@media only screen and (max-width: 954px) {
.center {
    margin: auto;
    width: 100%;
    padding: 10px;
}
}
