.footer-container{padding:2rem;flex-wrap:wrap;border-top:1px solid #d9d9d9;margin-top:2rem;box-sizing:border-box}.footer-container,.footer-content{display:flex;justify-content:start;align-items:flex-start;width:100%}.footer-content{flex-direction:column;max-width:1200px;margin:0}.footer-left{text-align:left;width:100%;margin-bottom:1.5rem}.footer-address-line{margin:1rem 0;font-weight:400;font-size:1rem;text-align:left}.footer-icons{display:flex;justify-content:flex-start;gap:1rem}.social-icon img{width:1.5rem;height:1.5rem;transition:transform .3s ease-in-out}.social-icon:hover img{transform:scale(1.1)}@media (max-width:768px){.footer-container{width:90%;margin-left:auto;margin-right:auto;padding:1rem 0}.footer-left{text-align:left;margin-bottom:1rem}.footer-address-line{font-size:.9rem;text-align:left}}