.statics-headline {
    margin-top: 40px;
    margin-bottom: 35px;
    text-align:center;
    font-size:50px;
    font-weight: bold;
}

.statics-h2 {
    margin-top: 40px;
    margin-bottom: 35px;
    text-align: center;
    font-size:30px;
    font-weight: bold;
    font-family:Playfair Display, sans-serif;
    color: rgb(50, 115, 95);
}
.statics-container{
    font-size: 20px;
    background:white;
    }
.statics-container p{
    margin-top: 15px;
    line-height: 1.5em;
}
.text-bold {
    font-weight:bold;
}
.stat p {
    margin-top: 30px;
    line-height: 1.5em;
}

.col-centered {
    float: none;
    margin: 0 auto;
}
ul li {
    line-height: 130%;
    padding-top: 15px;
    padding-left: 55px;
    font-size: 16px;
    list-style-type:none;
   font-family:Playfair Display, sans-serif;

}
.statics-footer{
    margin-top: 30px;
    font-size:14px;
    text-align:center;
    color: black;
    padding-top: 72px;
    padding-bottom: 30px;
        background-color: rgba(54,52,52,1);
    
}


   body p {
  font-family:Playfair Display, sans-serif;
   text-align:left;
   font-size: 16px;
   } 

p.firstattntxt{
	font-family:Playfair Display, sans-serif;
	text-align:center;
}
.statics-footer a {
    font-size: 13px !important;
    font-weight: 700;
	 font-family:Playfair Display, sans-serif;
	 color:black;
	 text-decoration:none;
	 margin-top: 16px !important;
}
footer p{
	color:#fff !important;
	text-align:center !important;
}
.wth{
	color:white;
}
.wth a{
	color:white;
}

.bigtxt{
    font-size:25px;
    font-weight:bold;
}

 @media (min-width:1200px){
.statics-container {
    width: 850px;
    padding: 2em;
	}
}