* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    font-family: 'SF Pro Display', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 20px;
	line-height: 160%;
    margin: 0;
	color: #031A33;
}

.container{
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	padding:0 10px;
}

h1 {
    font-family: 'SF Pro Display';
    font-weight: 500;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
}

h2 {
    font-size: 24px;
    line-height: 140%;
	font-weight:500;
    text-align: center;
}

p{margin: 0 0 11px;}


@media screen and (max-width: 1190px){
	h1 {font-size: 28px;}
	p {font-size: 18px;}
}





@media screen and (max-width: 768px){
	
	h1 {font-weight: 500;font-size: 24px;line-height: 140%;}
	h2 {font-size: 20px;line-height: 140%;}
	p {font-size: 16px;line-height: 140%;}
	
}





@media screen and (max-width:1450px) {body{zoom:0.9;}} 
@media screen and (max-width:1350px) {body{zoom:0.8;}}
@media screen and (max-width:1260px) {body{zoom:1;}}
@media screen and (max-width:1260px) {body{zoom:1;}}
@media screen and (min-width:768px) and (max-width:1260px) {body{zoom:0.65;}}
@media screen and (max-width:768px) {body{zoom:1;}}