footer{overflow-x:hidden;padding:25px 0 0;position:relative}footer .main{align-items:center;display:flex;justify-content:space-between;margin-top:50px;overflow-x:clip;padding:0 50px}footer .contact-info{align-items:center;display:flex;gap:10px;justify-content:center;padding:15px 0}footer .contact-info a{color:var(--blue);font-family:var(--font-medium);font-size:.8rem;text-decoration:none;text-transform:uppercase}footer .contact-info a svg{height:auto;width:25px}footer .brush-stroke-bkg{bottom:0;position:absolute;width:100%;z-index:-1}footer .menu__link .mobile-brush-stroke-bkg{display:none}footer .footer-logo{height:auto;width:50px}footer .footer-menu{display:flex;gap:25px;list-style:none}footer .footer-menu li a{text-decoration:none}footer .footer-menu li a,footer .social h5{color:var(--black);font-family:var(--font-medium);font-size:.8rem;text-transform:uppercase}footer .social{align-items:center;display:flex;gap:18px;justify-content:flex-end}footer .social svg.icon{height:25px;width:auto;fill:var(--black)}footer .social svg.icon.facebook,footer .social svg.icon.tiktok{height:22px}@media (max-width:725px){footer .main{flex-direction:column;gap:25px;margin:auto;max-width:400px;padding:25px 25px 50px}footer .footer-menu,footer .main{flex-wrap:wrap;justify-content:center}footer .footer-menu{align-items:center;flex-direction:row;gap:20px;padding:0}footer .contact-info{flex-wrap:wrap}.footer .footer-logo{width:75px}.mobile-brush-stroke-bkg{display:block;height:auto;margin-top:-180px;max-width:unset;position:relative;transform:translateX(-180px);z-index:-1}footer .brush-stroke-bkg{display:none}footer .footer-menu li:last-child a{border-bottom:1px solid var(--peach);padding:2.5px;transition:all .1s ease-out}footer .footer-menu li:last-child a:hover{background-color:var(--peach);color:#fff;transition:all .1s ease-in}}