.feature-block-row .feat-title a {
    font-size: 2rem;
    font-weight: normal;
}
.feature-block-row .blkimg::after {
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%);
    margin-top: -150px;
    height: 150px;
    width: 100%;
    content: "";
}
.feature-block-row .card-body.mx-5.mb-3.feat-title {
    z-index: 2000;
}