.banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.banner--two {
    color: #fff;
    font-family: "Nunito", sans-serif;
    text-align: center;
    padding: 5rem;
    background: linear-gradient(-100deg, #780565 0%, #780565 100%);
    z-index: 200;
    overflow: hidden;
}
.banner--two::before {
    content: "";
    background: url(/images/circles--left.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 150%;
    height: 150%;
    z-index: 100;
}

.banner--two-market-text {
    margin-top: -2rem
}

.banner--two::after {
    content: "";
    background: url(/images/circles--right.svg) center center no-repeat;
    background-size: auto 100%;
    position: absolute;
    display: none;
    z-index: 100;
}

.banner--two h4 {
    font-family: "Nunito", sans-serif;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 0.8rem;
    font-weight: 700;
}
.banner--two p {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 3rem;
}

.banner--two .banner__stat h4 {
    font-size: 6.5rem;
    line-height: 1;
    margin: 0;
}

.banner--two .button {
    display: inline-block;
    padding: 1.5rem 7rem 1.5rem 2rem;
    text-align: left;
    line-height: 1.6rem;
    font-weight: 700;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 0.5rem;
    background: #1f2b21;
    position: relative;
    overflow: hidden;
    z-index: 200;
    margin-top: 1rem;
}
.banner--two .button::after {
    content: "";
    background: url(/images/icon--arrow-double.svg) center center no-repeat rgba(0, 0, 0, 0.1);
    background-size: 1.5rem auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 100%;
}
.banner--two .button:hover {
    background: #1f2b21;
}
.banner--two img {
    width: 100%;
}

.banner--two.banner--two-alt {
    text-align: center;
}
.banner--two.banner--two-alt p {
    margin-bottom: 3rem;
}
.banner--two.banner--two-alt::before {
    content: "";
    background: url(/images/circles--left.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 150%;
    height: 150%;
    z-index: 100;
}
.banner--two.banner--two-alt::after {
    display: none;
}
.banner--two.banner--two-alt .banner__stat {
    padding-right: 0rem;
}

.banner-2-w {
    padding: 0 1.5rem;
    margin-bottom: 3rem;
    width: 100vw;
}

@media (min-width: 992px) {
    .banner--two .banner__stat {
        padding-right: 5rem; 
    }
    .banner--two::before {
        top: -0rem;
        left: -20rem;
        width: 40%;
        height: 100%;
    }
    .banner--two::after {
        display: block;
        top: 0rem;
        bottom: auto;
        right: 0rem;
        width: 25%;
        height: 100%;
        background-size: 100% auto;
    }
    .banner--two {
        text-align: left;
        position: relative;
    }
    .banner--two p {
        margin-bottom: 0;
    }
    .banner--two img {
        width: 100%;
    }
}

.no-padding {padding: 0px;}

.margin-bottom-sm {margin-bottom:3rem}

.text-center {text-align:center}

.card-properties-margin {
    max-width:100%!important;
    margin-left:auto;
    margin-right:auto;
}