.foot{
	height:9.72222em;
	width:100%;
	overflow:hidden;
	background:#006ebd;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin-bottom:3rem;
}
.foot p{
	text-align:center;
	color:#fff;
}
.foot p:nth-child(1){
	font-size:1.3rem;
}
.foot p:nth-child(2),.foot p:nth-child(3),.foot p:nth-child(4){
	font-size:1em;
	margin-top: 0.8rem;

}
@media screen and (max-width:320px){
    *{font-size:12px;}
    
    }
@media screen and (max-width:400px) and (min-width:321px){
    *{font-size:14px;}
       

    }
@media screen and (max-width:600px) and (min-width:401px){
    *{font-size:16px;}

    }
@media screen and (min-width:601px){
     .foot{margin-bottom: 6rem;}
}
@media screen and (min-width:620px){
    
    }