.footer {
padding: 80px 0 !important;
.footer-grid {
justify-content: center;
align-items: center;
margin-bottom: 20px;
padding-top: 40px;
padding-bottom: 40px;
border-color: rgba(255, 255, 255, 0.25) !important;
div {
border-color: rgba(255, 255, 255, 0.25) !important;
}
.footer-grid-socials {
gap: 0px;
}
}
}
:root { --breakpoint-small: 320px;
--breakpoint-mobile: 480px;
--breakpoint-tablet: 768px;
--breakpoint-medium: 1024px;
--breakpoint-large: 1200px;
}  @media only screen and (max-width: var(--breakpoint-small)) { }