#workMehodCardLendingPage
{
    background-image: url('../Assets/Images/Home/workMethodBg_hard_Compressed.jpg');
    background-size: cover;
    background-position: center 55%;
}

#textContainer
{
    margin-top: -100px;
    width: 95%;
}

#navbar-bg
{
    height: 100% !important;
}

.workMethodImage
{
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.textParagraph
{
    text-align: justify;
    /* position: relative; */
}

/* .textParagraph::after
{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    bottom: -8px;
    border: 1px dashed rgba(0, 0, 0, 0.3);
} */

.textGrid
{
    column-count: 2; 
    column-gap: 2em;
    column-rule-style: dashed;
    column-rule-color: rgba(0, 0, 0, 0.3);
}

#imageFooterDivider
{
    height: 250px;
}


@media (max-width: 992px)
{
    #imageFooterDivider
    {
        height: 150px;
    }


    #textContainer
    {
        margin-top: -55px;
        width: 90%;
    }

    .textGrid
    {
        column-count: 1;
    }
}


