/* Add custom CSS styles
footer .row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

footer .col,
footer [class*="col-"] {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 20px;
}

footer .social-icons {
    justify-content: center !important;
}