footer {width: 100%; height: auto; padding: 80px 0; background: var(--pr);}
footer .logo {margin-bottom: 24px; font-size: 17px; font-weight: bold; line-height: 1; color: var(--wt);}
footer .address {display: flex; align-items: center; flex-wrap: wrap; gap: 16px 40px; margin-bottom: 80px;}
footer .address p {font-size: 15px; font-weight: 500; line-height: 1; color: var(--wt);}
footer .address p:last-of-type {width: 100%;}
footer .copyright {font-size: 15px; font-weight: 500; line-height: 1; color: var(--wt);}