/*! Place your custom styles here */

#hero {margin-top: 90px;}
img.logo_main { max-width: 30%;}
.cards_img_btn {max-width: 150px;
padding-bottom: 10px;}
.fl {float:left;}

@media (max-width: 768px){
    #hero {margin-top: 0px;}
    img.logo_main { max-width: 50%;}
    
}