.card-custom {
    border-radius: 20px;
    padding: 24px;
    min-height: 180px;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    margin-bottom: 0;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.card-title {
    font-size: 17.6px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.4;
}

.card-footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.btn-custom {
    width: 109px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9.6px 19.2px;
    border: none;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 11.57px;
}


.card-footer-row p{
    margin: 0px 0px 10px 0px;
    line-height: 1.6;
}











