.footer {width: 100%;max-width: 1920px;margin-left: auto;margin-right: auto;min-height: 11.15rem;z-index: 10;display: flex;flex-direction: column;justify-content: center;background: #F8E4E6;color: var(--black);position: relative; } .footer .col {display: flex;flex-direction: column;justify-content: center;text-align: center; } @media (min-width: 576px) {.footer .col {text-align: left;} } .footer p {margin-bottom: 0;margin-top: 2rem; } @media (min-width: 576px) {.footer p {margin-top: 0;} } .footer .background {position: absolute;z-index: -1;inset: 0;width: 100%;height: 100%; } .footer .background .img-fluid {object-fit: cover; } 