#content h1,
#content h2{
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 120% */
}
#content h3{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.7px; /* 148.5% */
}
.text-large p{
    font-size: 20px;
    font-style: normal;
    line-height: 1; 
}

#img-banner *{
    width: 100%;
}

.pill-light > .vc_column-inner{
    padding: .75rem!important;
    overflow: hidden;
    border-radius: 30px;
    border: 0 solid #00BF41;
    background: -webkit-gradient(linear, left top, left bottom, from(#E7F8EC), to(#CEEED7));
    background: -o-linear-gradient(top, #E7F8EC 0%, #CEEED7 100%);
    background: linear-gradient(180deg, #E7F8EC 0%, #CEEED7 100%);
}
.pill-light > .vc_column-inner img{
    border-radius: 30px;
}

.pill-dark  .vc_column-inner{
    color: #fff;
    background: #3F3F4A; 
    overflow: hidden;
    border-radius: 30px;  
    padding: .75rem 0 !important;
}

.pill-dark .wpb_text_column{
    padding: 0 .75rem;
}
.pill-dark .price-banner{
    padding: .75rem;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#009145), color-stop(30%, #00B638), color-stop(70%, #00B638), to(#009145));
    background: -o-linear-gradient(left, #009145 0%, #00B638 30%, #00B638 70%, #009145 100%);
    background: linear-gradient(90deg, #009145 0%, #00B638 30%, #00B638 70%, #009145 100%);
    color: #FFF;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.50);
    font-family: Inter;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 120% */
}
.pill-dark > .vc_column-inner > .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.pill-dark > .vc_column-inner > .wpb_wrapper .wpb_text_column:last-of-type {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.pill-dark .btn{
    margin: 0 auto;
}

#funding{
    position: relative;

    & .wpb_column{
        float: unset!important;
        z-index: 1;
    }
}
#funding::before {
    content: '';
    background-image: url('/wp-content/uploads/road-notop.jpg');
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    width: 250px;
    height: 350px;
    top: 0;
    left: 3vw;
    z-index: 0
}
#funding::after {
    content: '';
    background-image: url('/wp-content/uploads/trucking-delivers.jpg');
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    width: 400px;
    height: 270px;
    bottom: 0;
    right: 0;
    z-index: 0
}

.svg-title h2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.grid-logo > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.text-grey h3{
 color: #00000080;
}

@media only screen and (max-width: 992px) {
    #funding::before{
        display: none;
    }
    #content h1{
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 120% */
    }
    .grid-logo > .wpb_column > .vc_column-inner > .wpb_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .pill-dark .btn{
        margin: 0 .75rem;
    }
}

