#footer > a, #footer > p{
    font-size: 0.9vw !important;
}
#footer{
    margin: 0 !important;
}

#footer  h5{
    font-size: 1vw !important;
}

@media (max-width: 1024px) {
    #footer a, #footer p{
        font-size: 1.2vw !important;
    }

    #footer h5{
        font-size: 1.5vw !important;
    }
}

@media (max-width: 768px) {
	#footer a, #footer p{
        font-size: 2vw !important;
    }

    /* #footer a{
        margin-left: 1rem !important;
    } */

    #footer h5{
        font-size: 2.5vw !important;
    }

    #footer i{
        font-size: 0.7rem !important;
    }
}

@media (max-width: 425px) {
	#footer a, #footer p{
        font-size: 3vw !important;
    }

    #footer a{
        margin-left: 0rem !important;
    }

    #footer h5{
        font-size: 2.5vw !important;
    }
}