.MagicCalculatorContent h4{
    margin-bottom: 10px;
    color: var(--primary);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.MagicCalculatorContent p{
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 25px;
    color: #222;
}

.MagicCalculatorContent .list_holder{
    margin-bottom: 20px;
}

.MagicCalculatorContent .list_holder h6{
    margin-top: 15px;
    margin-bottom: 5px;
    color: var(--secondary);
    font-size: 15px;
    font-weight: 700;
}