.footer-section {
    background-color: #000;
    color: #fff;
    padding: 30px 0 20px;
    text-align: center
}

.footer-social-icons {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    gap: 20px
}

.footer-social-icons a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: color .3s
}

.footer-social-icons a:hover {
    color: #0d6efd
}

.footer-copyright {
    color: #888;
    font-size: 13px;
    margin: 0
}