.card-description {
    width: 100%;
    border: none;
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 0px 1rem !important;
    background: #f1f1f1;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.card-description p {
    font-size: 12px;
}

.card-description .f-14 p {
    margin-bottom: 4px;
}

strong {
    font-weight: bold;
}
