.reports-card {
    text-align: end;
    font-size: 1rem !important;
    cursor: pointer !important;
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.reports-card-image-wrapper {
    justify-content: center !important;
    text-align: end;
}

.reports-card-image {
    width: 20rem !important;
    height: 27rem !important;
    vertical-align: middle;
    border-style: none;
}

img.reports-card-image:hover {
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.12);
}

.reports-card-content {
    display: flex !important;
    flex-direction: column !important;
    height: 4rem;
    padding: 0px;
    color: #000;
}

.reports-card-title {
    text-decoration: none !important;
    text-align: center !important;
    margin: 0px;
    padding: 0px;
    font-size: 1.25rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.padding-bg {
    background: #f1f1f1;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    display: block;
    margin: 5px 0;
    height: 400px;
}

.padding-bg:hover {
    background: #dcdcdc;
    transition: 0.3s;
}

.padding-bg:hover h6{
    color: #FF4787;
}

.padding-bg a img {
    width: 229px;
    height: auto;
}
@media (min-width: 992px) {
    .padding-bg {
        display: inline-block;
    }
}
@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}


.col-md-6 ,.col-lg-3 {
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;

}
.padding-bg h6{
    font-size: 12px;
    display: block;
    clear: both;
    height: auto;
    min-height: 40px;
    max-height: 50px;
    padding: 0 0 10px;
    color: #000;
    margin: 0;
    line-height: 1.2;
}