.bottom-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-sec {
    text-align: center;
    margin-top: 70px;
}
.bottom-footer p {
    margin-bottom: 0px;
    font-size: 14px;
     padding-right: 8px;
}
.bottom-footer p {
    margin-bottom: 0px;
    font-size: 14px;
    padding-right: 8px;
    border-right: 1px solid #c7c2c2;
    margin-right: 8px;
}
.bottom-footer p:last-child {
    border-right: transparent;
}
.bottom-sec p {
    margin-bottom: 5px;
    color: #000;
    font-size: 14px;
}
.bottom-footer a {
    color: #0b1142;
    font-weight: 700;
}