@charset "utf-8";
/* CSS Document */
.footer{ 
    /* after bee-col-w12 */
    padding-bottom: 5px; padding-top: 5px;
    background-color: #2b405b;
    color: white;
    padding-left: 5px;
    
    }

.footer div{
    padding-bottom: 10px;
}

.footer h1{
    margin-bottom: 16px;
    padding: 10px;
}

.footer p {
    color: #ffffff;
    direction: ltr;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 120%;
    text-align: left;
    margin-bottom: 16px;
}
.footer a {
    text-decoration-line: none;
}
