.grid-cards .card {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.shadow-sm {
    box-shadow: 0 .325rem 0.325rem rgba(0, 0, 0, .275)!important;
}
.card {
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    margin-bottom: 1rem;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}


.grid-cards .div_img {
    border-radius: 10px 10px 0px 0px;
    background: #55595c;
    height: 223px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    /*padding: 1.25rem;*/
}

*, ::after, ::before {
    box-sizing: border-box;
}



.info-box-number {
    font-weight: 400;
    width: calc(100% - 16px);
    font-size: 16pt !important;
    padding: 5px 5px 0px 0px;
    border-bottom: 5px solid #ccc;
    margin: -14px 1px 12px 1px;
}
*, ::after, ::before {
    box-sizing: border-box;
}


.card-text {
    clear: both;
}
p {
    margin-top: 0;
    margin-bottom: 1.8rem;
}



.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
*, ::after, ::before {
    box-sizing: border-box;
}


.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}