/* Add custom CSS styles below */ 
/* footer by jozef */
footer .footer-bottom {
    padding-top: 2rem;
}

footer .footer-social-outer {
grid-template-columns: 1fr 1fr 1fr !important;
}

@media(max-width:768px){
footer .footer-social-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer .footer-contact {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
}