﻿#faster-funding-container {
    background-image: linear-gradient(to right, var(--pgl-green), var(--forest-green), var(--forest-green), var(--forest-green), transparent, transparent);
    height: 565px;
    position: relative;
    z-index: 1;
}

#faster-funding-header-container {
    height: 565px;
    margin-top: -565px;
    position: relative;
    z-index: 1;
}

#faster-funding-pic {
    background-image: linear-gradient(to right,  var(--forest-green), transparent), url("/images/man-looking-at-phone.jpg");
    background-repeat: no-repeat;
    margin-top: -565px;
    position: relative;
    height: 565px;
    width: 100%;
    background-size: contain;
    background-position-x: right;
}

#faster-funding-sub-container h1 {
    font-size: 45px;
    line-height: 48px;
    width: 65%;
}

#faster-funding-header-text {
    width: 56%;
}

#faster-funding-skip-wait h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    color: var(--forest-green);
}

#faster-funding-skip-wait p {
    font-size: 18px;
    line-height: 26px;
    color: black;
}

.faster-funding-button {
    width: 273px !important;
}

.faster-funding-button, .faster-funding-button:active, .faster-funding-button:focus,.faster-funding-button:target, .faster-funding-button:hover, .faster-funding-button:visited, .faster-funding-button:focus-visible {
    color: white;
}

#faster-funding-take-advantage {
    border-radius: 10px;
    border-style: solid;
    border-color: var(--forest-green);
    padding-left: 28px;
    padding-right: 28px;
}

#faster-funding-take-advantage h5 {
    font-size: 30px;
    color: var(--forest-green);
}

.faster-funding-take-advantage-p {
    font-size: 18px;
    line-height: 26px;
}

#faster-funding-take-advantage-p1 {
    width: 218px;
}

#faster-funding-take-advantage-p2 {
    width: 275px;
}

#faster-funding-take-advantage-p4 {
    width: 165px;
}

@media(max-width: 1450px) {
    #faster-funding-container {
        background-image: linear-gradient(to right, var(--pgl-green), var(--forest-green), var(--forest-green), var(--forest-green), transparent, transparent);
    }
}

@media(max-width: 1250px) {
    #faster-funding-pic {
        background-position-x: 425px;
    }
}

@media (max-width: 1200px) {

    #faster-funding-take-advantage-p1 {
        width: 196px;
    }

    #faster-funding-take-advantage-p2 {
        width: 169px;
    }    
}

@media(max-width: 1150px) {
    #faster-funding-pic {
        background-position-x: 400px;
    }
}

@media(max-width: 1050px) {
    #faster-funding-pic {
        background-position-x: 350px;
    }
}


@media (max-width: 992px) {
    #faster-funding-container-mobile {
        background-image: linear-gradient(to bottom, var(--pgl-green), var(--forest-green));
        position: relative;
        z-index: 1;
        
    }
    
    #faster-funding-mobile-pic {
        background-image: linear-gradient(to bottom, var(--forest-green), transparent, transparent, transparent), url("/images/man-looking-at-phone.jpg");
        height: 565px;
        background-position-x: right;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -2px;
    }

    #faster-funding-sub-container h1 {
        width: 100%;
    }

    #faster-funding-header-text {
        width: 100%;
    }

    #faster-funding-take-advantage-p1 {
        width: 218px;
    }

    #faster-funding-take-advantage-p2 {
        width: 266px;
    }

    #faster-funding-take-advantage-p3 {
        width: 244px;
    }
}


@media (max-width:575px) {

    #faster-funding-mobile-pic {
        background-position-x: center;
        height: 364px;
    }
    
    #faster-funding-take-advantage h5 {
        font-size: 24px;
        color: black;
    }

    .faster-funding-take-advantage-p {
        max-width: unset;
    }

    .faster-funding-button {
        width: unset;
    }
}

@media(max-width: 410px) {
    #faster-funding-take-advantage-p1 {
        width: unset;
    }

    #faster-funding-take-advantage-p2 {
        width: unset;
    }

    #faster-funding-take-advantage-p3 {
        width: unset;
    }

    .faster-funding-reasons-p {
        max-width: unset;
    }
}

@media (max-width: 393px) {
    .faster-funding-reasons-p {
        width: 243px;
    }
}

@media (max-width:392px) {
    #faster-funding-mobile-pic {
        height: 295px;
    }
}
