.wrapper {
    min-height: calc(100vh - 133px);
}

@media only screen and (max-width: 1100px) {

    .mobile-footer {
       flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .mobile-footer .span {
        width: 200px;
    }
}