
@media only screen and (min-width: 1300px) {
    .footer-txt {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1200px) {
    .footer-txt {
        font-size: 0.9rem;
    }
}

@media only screen and (min-width: 600px) {
    .footer-txt {
        font-size: 0.9rem;
    }
}

@media only screen and (min-width: 472px) and (max-width: 600px) {
    .footer-txt {
        font-size: 0.8rem;
    }
}

@media only screen and (min-width: 414px) and (max-width: 472px){
    .footer-txt {
        font-size: 0.7rem;
    }
}

@media only screen and (max-width: 375px) {
    .footer-txt {
        font-size: 0.7rem;
    }
}

@media only screen and (max-width: 320px) {
    .footer-txt {
        font-size: 0.6rem;
    }
}