.container {
position: relative;
min-height: 430px;
height: 100%;
display: flex;
flex-direction: column;
flex: 1;
}
.footer {
justify-content: center;
@media only screen and (max-width: 992px) {
min-height: auto;