body{
    background-color: #fff !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}


@media screen and (max-width:600px) {
    .text-muted{
        font-size:  15px !important;
    }
    .icon-titel{
        font-size: 15px !important;
        padding-bottom: 25px !important;
    }
    .col-sm-4{
        margin-bottom: 20px !important;
    }
    .mb-bottom{
        margin-bottom: 20px !important;
    }
    .shadow img{
        height: 180px !important;
    }
}