.container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.container-fluid {
    padding: 1rem;
}
.card a {
    text-decoration: none;
}
.card {
    width: 90%;
    flex-direction: inherit !important;
    margin-top: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: rgba(14, 30, 37, 0.52) 0px 2px 4px 0px, rgba(14, 30, 37, 0.52) 0px 2px 16px 0px;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    height:135px;
    z-index: 1;
}
.card-body {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 270px;
}
.card a {
    color: #000 !important
}

.card h5 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    padding-top: 20px;
}

.card p {
    text-transform: uppercase;
}

.card .btn-view {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 27px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff !important;
    background: #0069b0;
    text-transform: uppercase;
}

.card-header1 {
    background-color: #66c2ff;
    padding: 5px;
    padding-top: 10px;
    font-weight: bold;
}

    .card-header1 h5 {
        color: #fff;
    }

.card-body li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.card-header {
    background-color: #66cc66;
    padding: 5px;
    padding-top: 10px;
    font-weight: bold;
}

.card-header h5 
{
  color: #fff;
}
.item .d-flex {
    padding: 20px;
}
.d-flex {
    display: flex !important;
}
.img-fluid {
    margin-top: 21px;
}