@media (min-width: 768px){
    .display-inline{
        display: inline-flex;
    }
}
.space-img{
    height: 250px!important;
    margin: 20px auto!important;
    width:auto!important;
}
@media (min-width: 768px){
    .space-img{
        height: 300px!important; 
    }
}
