.card {
    border: 1px solid #ddd;
}

.card-title {
    font-size: 28rem;
    font-weight: 500;
}

.card-body ul li,
.card-body p {
    font-size: 20rem;
    font-weight: 400;
}

.cards-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}


/*==================================================*/
@media (max-width: 991px) {
    .card-title {
        font-size: 36rem;
    }

    .card-body ul li,
    .card-body p {
        font-size: 26rem;
    }
}