/*
============================
Name: Bek -  sass and app landing html5 theme
Version: 1.0.0
Description:
Author: Sujon mahamud
Author URI:
Location:
============================
*/
@media (max-width: 768px) {
    #home .align-items-center .hero-features span{
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    #home .align-items-center .hero-features span{
        font-size: 10px;
    }
}

@media (max-width: 385px) {
    #home .align-items-center .hero-features span{
        font-size: 9px;
    }
}

div.logo img {
    height: 40px;
}

a.footer-logo img {
    height: 40px;
}