
.footer {
    position: relative;
    background: #FFF;
    padding: 1rem;
}


.footer p {
    font-size: 20px;
    text-align: center;
}

.footer .links {
    font-size: 19.2px;
    margin: 0 10px;

}


.footer .bq {
    color: #b2b2b2;
    font-size: 15px;
    margin: 0 10px;
}

