footer{align-items:center;background-color:var(--primary-color-darker);color:#fff;display:flex;justify-content:center;margin-top:3rem;min-height:12.5rem;padding:40px 24px;position:relative;text-align:center}.footer-body{align-items:center;display:flex;gap:32px;height:auto;justify-content:space-between;margin:0 auto;max-width:760px;text-align:left;width:100%;a{color:inherit;text-decoration:underline;transition:all .2s ease-in-out;&:hover{color:var(--third-color)}}p{margin:0}img{height:65px}ul{display:flex;flex-direction:column;gap:8px;justify-content:space-between;li{list-style-type:none}}.footer-body-right{display:flex;flex-direction:column;height:auto;justify-content:space-between}.footer-body-right-top>p:first-of-type{margin-bottom:10px}.copyright{font-size:small;margin-top:10px}}@media (max-width:768px){footer{padding:32px 16px}.footer-body{align-items:center;flex-direction:column;gap:20px;max-width:320px;text-align:center}.footer-body ul{flex-direction:row;flex-wrap:wrap;gap:8px 20px;justify-content:center}.footer-body ul li{list-style-type:none}.footer-body .footer-body-right{align-items:center;gap:12px}.footer-body .footer-body-right-top{align-items:center;display:flex;flex-direction:column;gap:6px}}