.footer-bg{
    background-image: url('../../images/footer-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rights-txt{
    font-family: LTBukra-Regular,sans-serif;
    font-size: 20px;
    color: white;
}

@media(max-width: 900px) {
    .rights-txt{
        font-size: 17px;
    }
}
