
	.home .banner-wrapper::after {
    background: url('/wcm/connect/freedomwholesale/3c54c70e-9d33-4c12-959c-7ee46ddcbf42/pattern.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_GAC01202PGQ4D0QJ61GN9U3000-3c54c70e-9d33-4c12-959c-7ee46ddcbf42-pkA0tzC') no-repeat;
    height: 90px;
    width: 172px;
    bottom: 0;
    top: auto;
}

.home .banner-content .join-us-btn {
    background-color: #03906A;
    height: 56px;
    width: 280px;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 56px;
    color: #ffffff;
    text-align: center;
}

.grow-your-business-container {
    margin-top: 40px;
}

.grow-business-header {
    max-width: 750px;
    margin: 0 auto;
}

.grow-business-header h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    line-height: 43px;
    margin-bottom: 16px;
    color: black;
}

.grow-business-header p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2;
    margin-bottom: 40px;
    color: black;
}

.business-item-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.business-item-list .business-item {
    min-height: 363px;
    width: 285px;
    position: relative;
}

.business-item-list .business-item img {
    width: 285px;
    margin: 0 auto;
    display: block;
}

.business-item-list .business-item .item-details {
    width: 253px;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
    text-align: center;
    position: relative;
    margin-top: -25px;
    min-height: 230px;
}

.business-item-list .business-item .item-details .item-header {
    font-size: 18px;
    font-weight: 500;
    padding: 16px 0;
    padding-bottom: 4px;
}

.business-item-list .business-item .item-details .card-divider {
    width: 65px;
    height: 1px;
    border: 1px solid #C7D1E4;
    margin: 0 auto;
}

.business-item-list .business-item .item-details .item-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin: 16px;
}

.business-item-list .business-item .item-details a {
    color: #0A4A8D;
    line-height: 21px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 16px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}

.mortgage-products-container {
    margin-top: 40px;
}

.mortgage-products-header {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.mortgage-products-header h5 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 16px;
}

.mortgage-products-header p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}

.mortgage-products-container .divider {
    width: 160px;
    height: 1px;
    border: 1px solid #C7D1E4;
    margin: 0 auto;
}

.mortgage-products-list {
    margin: 20px 0;
    justify-content: space-between;
    display: flex;
    flex-flow: wrap;

}

.mortgage-products-list .product-list-item {
    width: calc(50% - 15px);
    border: 1px solid #B3BAC1;
    border-radius: 16px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 24px;
    margin: 15px 0;
    position: relative;
    padding-bottom: 50px;
    
}

.product-list-item .item-header {
    font-size: 32px;
    line-height: 43px;
    font-weight: 400;
}

.product-list-item .divider {
    margin: 0;
    border: 1px solid #C7D1E4;
}

.product-list-item .highlights {
    margin: 1em 0;
    list-style: none;
    padding-left: 0;
}

.product-list-item .highlights li {
    font-weight: 300;
    font-size: 23px;
    line-height: 28px;
    margin: 10px 0;
    position: relative;
    padding-left: 2rem;
}

.product-list-item .highlights li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    background-color: #1d3146;
}

.product-list-item .anchor-link {
    text-decoration: underline;
    display: inline-block;
    margin-left: 30px;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    bottom: 16px;
}

.wholesale-division-container {
    margin-bottom: 40px;
}

.wholesale-division-container .gutter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wholesale-division-container .content h5 {
    font-size: 32px;
    font-weight: 300;
    line-height: 43px;
}

.wholesale-division-container .content p {
    width: 520px;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
}

.wholesale-division-container .division-image {
    width: 45%;
}

.wholesale-division-container .division-image img {
    width: 100%;
}

@media all and (max-width: 1024px) {
    .business-item-list .business-item {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 768px) {
    .wholesale-division-container .gutter {
        flex-wrap: wrap;
    }
    
    .wholesale-division-container .content p {
        width: 100%;
    }

    .wholesale-division-container .division-image {
        width: 100%;
        margin-top: 30px;
    }
}

@media all and (max-width: 767px) {
    .mortgage-products-list,
    .business-item-list,
    .testimonial {
        display: block;
    }

    .business-item-list .business-item, 
    .business-item-list .business-item img {
        width: 100%;
    }

    .business-item-list .business-item .item-details {
        width: 87%;
    }

    .mortgage-products-list .product-list-item {
        width: 100%;
    }

    .testimonial .content {
        margin-top: 24px;
        margin-left: 0;
    }

    .product-list-item .item-header {
        font-size: 24px;
    }

    .product-list-item .highlights li {
        font-size: 16px;
        font-weight: 400;
        padding-left: 1.5em;
    }

    .product-list-item .highlights li::before {
        top: 8px;
        height: 9px;
        width: 9px;
    }
}
