.card {
    display: flex !important;
    flex-direction: column;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border: 1px solid #d2d6db;
    background: #fff;
    min-height: 100px;
}

    .card .title {
        display: block;
        color: #000;
        font-weight: 700;
        font-size: 14px;
        padding: 0;
        margin-bottom: 10px;
    }

    .card .description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 24px;
        color: #333;
        margin-bottom: 0;
        text-align: justify;
    }
