section{
    display: flex;
    min-height: calc(100vh - 450px - 92px);
    justify-content: center;
    padding-bottom: 70px;
    padding-top: 50px;
	flex: 1;
	text-align: center;
}

section span{
    align-self: center;
}