.footer{width:100%;display:flex;justify-content:space-evenly;align-items:flex-start;padding:3rem 0;background-color:#1384DF;background-image:url(/images/footer-bg.png);background-size:cover;background-position:bottom;background-repeat:no-repeat;margin-top:1rem}.footer_logo img{width:150px}.footer_section1{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:10px}.footer_section1 h1{font-weight:700;font-size:large}.footer_section1 p{text-align:center}.footer_social{margin-top:15px;display:flex;gap:15px}.footer_social a{color:#fff;font-size:20px;transition:.3s ease}.footer_social a:hover{color:#000;transform:scale(1.2)}@media screen and (max-width:789px){.footer{flex-direction:column;justify-content:center;gap:1rem;background-position:0 0}.footer,.footer_section1{align-items:center}}