@media screen and (max-width: 767px){
    .nav-link.home-dark-btn{
        margin-bottom:15px;
    }    
    .home-hero h1{
        font-size: 36px;
        line-height: 40px;        
    }
    .home-hero h5{
        font-size: 16px;
        line-height: 20px;        
    }    
    .home-hero img{
        margin-bottom:15px;
        width:100%;
    }
}
@media screen and (min-width: 768px){

}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
 
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
 
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  

}


