footer.page-footer{display:flex;flex-wrap:wrap-reverse;justify-content:space-between;gap:10px;background-color:var(--dark-gray);color:var(--white);margin-top:auto;line-height:2em;font-weight:500;padding:50px 100px}footer.page-footer>div{display:flex;gap:10px}footer.page-footer>div ul{list-style:none;padding-left:0;font-weight:700;font-size:.9em}footer.page-footer>div a{color:var(--white);text-decoration:none}footer.page-footer>div:first-child{flex-direction:column;justify-content:space-between}footer.page-footer>div:first-child p:last-child{font-size:.8em}footer.page-footer>div:last-child{column-gap:30px;flex-wrap:wrap}footer.page-footer>div:last-child ul{text-align:left}footer.page-footer>div:last-child ul>li:first-child{text-transform:uppercase;letter-spacing:1px;font-size:82.5%;opacity:.75}@media only screen and (max-width: 1000px){footer.page-footer{padding:20px 40px}}
