@media screen and (min-width: 1200px){
    .footer-title-size{
        font-size: 45px;
    }
}

@media screen and (max-width: 1199px){
    .footer-title-size{
        font-size: 45px;
    }
}

@media screen and (max-width: 991px){

}

@media screen and (max-width: 767px){
    .footer-title-size{
        font-size: 35px;
    }
}

@media screen and (max-width: 580px){
    .footer-title-size{
        font-size: 30px;
    }
}

@media screen and (max-width: 420px){
    .footer-title-size{
        font-size: 20px;
    }
}
