.default-view .inno-user .col-md-4 img {
    max-width: 350px;
    max-height: 350px;
}

@media all and (-ms-high-contrast:none)
     {
     .default-view .inno-user .col-md-4 img { width: auto; margin: 0; } /* IE10 */
     *::-ms-backdrop, .default-view .inno-user .col-md-4 img { width: auto; margin: 0 !important; } /* IE11 */
     }

.default-view .inno-user .card-text {
    padding-left: 30px;
    padding-right: 20px;
}

.default-view .inno-user .text-left {
    text-align: left !important;
}

.inno-user h6 {
    margin: 0 0 10px 0;
    color: #999;
}

.card-img-top {
    width: unset;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-footer{
  position:absolute;
  bottom:0;
  width:100%;
}

.catCard{
    margin-bottom: 50px; /* height of the footer or more */
}

.btn-success {
    color: #fff !important;
    background-color: #a1c86b !important;
    border-color: #a1c86b !important;
    border-radius: 0 !important;
}

.btn-success:hover {
    background-color: #c4e892 !important;
    border-color: #c4e892 !important;
}
