.footer{align-items:end;background-image:url(/images/Footer-bg.png);background-repeat:no-repeat;background-size:cover;background-position:top;padding:30px 70px;color:white}.footer,.footer-upper{display:grid;min-height:500px}.footer-upper{gap:100px;grid-template-columns:1fr 2fr;padding-bottom:50px;padding-top:50px;align-items:center;border-bottom:1px solid white}.footer-left{display:flex;flex-direction:column;gap:10px}.footer-left img{min-width:170px}.footer-content{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;align-items:start}.footer-content h4{font-size:16px;font-weight:800;margin-bottom:10px}.footer-links-icons{display:flex;gap:15px}.footer-links-icon{background-color:white;border-radius:50px;width:48px;height:48px;display:flex;justify-content:center;align-items:center;transition:all .3s ease}.footer-links-icon:hover{cursor:pointer;transform:translateY(-1px);opacity:.9}.links-section{display:grid;gap:10px}.links-section a{cursor:pointer;transition:all .3s ease}.links-section a:hover{color:rgb(225,225,225);transform:translateY(-1px)}.footer-lower{display:grid;justify-content:center;padding-top:30px;padding-bottom:30px}@media(max-width:1141px){.footer-upper{align-content:end;align-items:start}}@media(max-width:1120px){.footer{padding:30px}.footer-upper{gap:50px}}@media(max-width:654px){.footer-upper{grid-template-columns:1fr;row-gap:50px;align-items:end}.footer-content{gap:30px}.footer-left{margin-top:100px}.footer-links-icon{width:40px;height:40px}}@media(max-width:609px){.footer{padding-top:120px}.footer-upper{gap:30px}}@media(max-width:374px){.footer{padding-top:160px}}