.display-inline {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
}

.display-inline .col-md-3.col-sm-3 {
    flex: 1 1 25%;
    text-align: center;
}

.display-inline .ib_content {
    width: unset !important;
}

@media only screen and (max-width: 600px) {
    .display-inline i.fa {
        font-size: 50px !important;
        width: 50px !important;
        height: 50px !important;
    }
    .display-inline .ib_title {
        font-size: 16px;
    }
}

.home {
    background-color:#f1f1f1;
    background-size: 10px 20px;
    background-position:center top;
    background-repeat:no-repeat;
    color:black;
    padding:5px;
}

#content {
     background-color:white;
    color:black;
    padding:5px;
}

#footer {
     background-color:white;
    color:black;
    padding:5px;
}

.search-btn{
    color: #e84118;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2f3640;
    display: flex;
    justify-content: center;
    align-items: center;
}
}