.foot{
    /*margin-top: 8.4375rem;*/
    background-color:#363a45;
    height: 8.125rem;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.foot .text{
    color:#fff;
    font-size: 0.875rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
    margin:0 auto;
    padding-top: 1.8125rem;
    width: 31rem;
    background-color: #363a45;
}
.foot .text p{
	text-align:center;
}