/* footer section */
.footer ul li {
    list-style: none;
    margin: 0;
}

.footer .brand {
    width: 25px;
}

.container-footer span,
.container-footer a,
.footer ul li a {
    font-family: var(--bp-font-family-body);
    font-size: 0.7rem;
    line-height: 1.2;
    text-decoration: none;
    color: #999999;
    font-weight: 500;
}

.footer .footer-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 0.8rem;
    color: #1F1F1F;
}

.container-footer {
    margin-top: 50px;
    padding-top: 50px;
    padding: 50px 25px 0;
}

.container-footer-bottom {
    border-top: 1px solid #ccc;
    padding-bottom: 0;
    padding-top: 70px;
}

.container-footer .social-icons {
    gap: 30px;
    display: flex;
    align-items: center;
}

.col-copyright {
    font-size: 0.9rem;
    color: #999999;
}

@media (max-width: 500px) {
    .footer .footer-col {
        width: 100% !important;
        flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .container-footer {
        padding-left: 30px;
    }
    
    .col-copyright {
        max-width: 80%;
        margin-left: 0;
        margin-right: 20%;
        text-align: start;
    }
}

.footer .pipe {
    margin-bottom: -2px;
}