.home-title {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.8rem;
}

.home-title-big,
.home-title-big sub {
    font-size: 2.4rem;
    font-weight: 600;
}

.home-title-big sub {
    bottom: -0.15em;
}

.home-banner-content, .home-banner-content-mobile {
    color: #fff;
    font-family: var(--font-heading);
    margin-bottom: 20px;
    margin-left: 30px;
    line-height: 22px;
    padding: 28px 40px;
}

.home-banner-content img, .home-banner-content-mobile img{
    margin-bottom: 1.5rem;
}

.home-banner-content p{
    font-size: 15px;
    margin-bottom: 1.5rem;
    width: 541px;
    text-align: left;

}

.header-home, .header-home-2, .header-home-3 {
    font-family: var(--font-heading);
    font-size: 36px !important;
    color: #fff;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.header-home-3 {
    color: var(--misc-neon-green);
    text-align: center;
    font-weight: 500;
}


.home-lg-bg {
    background-color: #878b97;
    background-image: url(/static-assets/images/home/01home-header-bg.jpg);
    background-size: cover;
    background-position: top;
}

/* Home */
.home-bg, .home-bg-mobile {
    background-color: var(--misc-black-green);
}
.home-bg {
    background-image: linear-gradient(to right, #B6B9C000 50%, #1D1C1C 110%), 
                      url(/static-assets/images/home/01home-header-bg.jpg);
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 100%, cover;
    min-height: 650px;
    padding: 0px;
    background-position: 0 0, center -330px;
}

.home-bg-mobile {
    background-image: url("/static-assets/images/home/01home-header-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    min-height: 571px;
    padding: 0px;
    margin-top: -2px;
}

.home-banner-content {
    margin-top: 20px;
}

.home-banner-content-mobile {
    margin-top: 10%;
}

.home-banner-text {
        left: 50%;
    width: 248px;
    position: relative;
    top: 10%;

}

.btn-home-banner, .btn-home-banner:hover {
    font-weight: 500;
    width: 274px;
    background-color: var(--bright-yellow);
    font-family: var(--font-heading);
    color: var(--primary-blue);
    border-radius: 100px;
    font-size: 14px;
    padding-bottom: .25rem;
}

.home-img-title {
    width: 77%;
}

.bg-home-bar-left {
    margin-left: -15px;
    width: 92%;
}

.bg-home-bar-right {
    margin-right: -12px;
    width: 92%;
}

.btn-home-2,
.btn-home-2:hover {
    font-size: 16px;
    padding-top: 12px;
    background-color: #fff;
    font-family: var(--font-heading);
    color: var(--home-green);
    padding-bottom: 0px;
    border-radius: 100px;
    margin-right: 7.4vw;
    margin-bottom: 5vh;

}

.home-messages {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.home-container-2 {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background: #fff;
}

.home-company-performance {
    background-color: var(--misc-dark-green);
    padding-bottom: 1rem;
}

.footer {
    margin-top: 0 !important;
}




.img-quote {
    width: 12%;
}

.img-home-header {
    width: 93%;
}

.message-text {
    font-size: 24px;
    margin-right: 20px;
    line-height: 36px;
}

/*SPECIAL LARGE*/
@media (max-width: 1399px) {
    .message-text {
        font-size: 20px;
        line-height: 30px;
    }
    
    .message-photo {
        width: 12rem;
    }
}

/*LARGE*/
@media (max-width: 1199px) {
    .btn-home {
        width: 410px;
    }

    .message-text {
        font-size: 16px;
        line-height: 21px;
    }

}

/*MEDIUM*/
@media (max-width: 991px) {
    .message-photo {
        width: 10rem;
    }
    
    .message-text {
        height: 220px;
        display: inline-block;
    }
    
    .card-header-home {
        padding: 0 1.5rem;
    }
    
    .bg-home-bar-left {
        margin-left: -400px;
        width: auto;
    }
    
    .bg-home-bar-right {
        margin-right: -397px;
        width: auto;
    }
}

/*MOBILE ONLY*/
@media (max-width: 575.98px) {
    
    .section-bottom {
        margin-bottom: 3rem;
    }
    
    .home-lg-bg {
        margin-top: 80px;
    }
    
    .home-bg {
        padding: 40px 10px;
    }

    .btn-home {
        width: auto;
        font-size: 14px;
    }

    .home-title-p2 {
        width: auto;
    }

    .message-text {
        font-size: 20px;
        height: unset;
    }

    .img-home-header {
        width: 70em;
        margin-left: -2.4em;
        padding: 3rem 0 1rem;
    }
    
    .home-bg-mobile {
        background-size: contain;
    }
    
    .btn-home-banner, .btn-home-banner:hover {
        width: auto;
    }
    
    .home-banner-content-mobile {
        margin-left: 1rem;
        margin-right: 1rem;
        padding: 0px 20px;
    }
    
    .home-bg-mobile {
        background-size: cover;
    }
    
    .home-title, .home-title-p3, .home-title-p2 {
        font-size: 11px;
        line-height: normal;
    }
    
    .btn-home-banner, .btn-footer {
        font-size: 15px;
    }
    
    .header-home, .header-home-2 {
        font-size: 28px;
    }
    
    .site-branding {
        width: 64px;
        margin-left: .3rem;
    }
    
    .home-messages {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .home-container-2 {
        padding-top: 2rem;
    }
}
