.footer{display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;width:100vw;height:max-content;background-color:var(--secondary)}@media (max-width:640px){.footer{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4.5rem}.emailText{font-size:2rem}}