

/* Start:/company/medical-documentation/style.css?1762865966920*/
.tax-deduction__flex
{
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;

    margin-top: 8px;
}

.tax-deduction__col
{
    width: calc(50% - 12px);
    margin-top: 20px;

    border-radius: 12px;
    background: #F6F7F7;
}

.tax-deduction__heade
{
    color: #062532;
    font-size: 20px;
    line-height: 1.3;

    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    min-height: 88px;
    padding: 15px 29px;

    border: 1px solid rgba(6, 37, 50, .50);
    border-radius: 12px;
    background: rgba(246, 247, 247, .50);
}

.tax-deduction__list
{
    color: #062532;

    padding: 20px 0 27px;
}

.tax-deduction__list div
{
    padding-right: 30px;
    padding-left: 30px;
}

.tax-deduction__list div + div
{
    margin-top: 15px;
    padding-top: 14px;

    border-top: 1px solid rgba(6, 37, 50, .20);
}
/* End */
/* /company/medical-documentation/style.css?1762865966920 */
