.footer{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%;background-color:#0484bbb4;color:#fff;margin-top:64px;padding:20px;text-align:center}.inner{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:1300px}.box41,.box43{display:flex;flex-direction:column;justify-content:center}.box41,.box42,.box43{align-items:center;height:150px;width:33%;border-radius:10px;line-height:28px}.box42{flex-direction:row;justify-content:space-around;margin-top:20px}.contact-button{padding:5px;margin-left:10px;background-color:#0070f3;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:700;transition:background-color .3s ease;width:70px;height:40px}.contact-button:hover{background-color:#005bb5}