body{
	display:none;
}
.page{
	margin: 0 auto;
	width: 100%;
}
.header-page{
	height: 360px;
    /*width: 100%;*/
    background-image: url(../img/page2.png);
    background-repeat: no-repeat;
    background-position: center center;
    
}
.text{
    margin: 56px 170px;
    display: flex;
    flex-direction: column;    
    	
}
.text p{
   height: 41px;
   font-family: Noto Sans;
   font-style: normal;
   font-weight: 300;
   font-size: 30px;
   line-height: 41px;
   text-transform: uppercase;
   color: #000000;
   text-align: center;        
}
.text span{
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;

    color: #000000;
    
}
.back{
	margin-bottom:50px;
}