.tele-footer {
    background-color: #DDF1F8 !important;
    padding: 40px 10px 32px 10px;
}

.tele-footer .nav-item .nav-link{
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #222222;
}
.footer-txt-wrapper{
    max-width: 1160px;
    margin: 0 auto;
    width: 100%;
}
.footer-txt-wrapper p{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #4B4B4B;
}
.rights-section{
    background-color: #222222;
    height: 72px;
    display: flex;
    align-items: center;
    font-family: Open Sans;
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 10px;
    justify-content: center;
}