.cards_main_container h3 {
    font-size: 2rem !important;
    font-weight: bold;
}

.cards_main_container p {
    font-weight: bold;
}

.cards-caption {
    position: absolute;
    right: 15%;
    top: 3%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    z-index: 1000;
}

.cards_main_container article .cards-item {
    position: relative;
}

.cards_main_container article .cards-item::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0%, transparent 40%);
    top: 0;
    content: '';
    left: 0px;
    height: 250px;
    padding: 18px 0;
    position: absolute;
    width: 100%;
    z-index: 990;
}