.banner-sec{
    background-image: url(../images/NJA\ Index\ Hero\ Image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 0;
    background-position-y: bottom;
    height: 781px;
    display: flex;
    align-items: center;
}
.banner-sec .custom-container{
    width: 100%;
}
.banner-header{
    color:#fff !important;
    font-size: 141px !important;
    text-transform: uppercase;
    line-height: 112px !important;
    font-weight: 200 !important;
}
.banner-header span{
    font-weight: 700;
}
.banner-header span.dot{
    color:var(--color-jade) !important;
}
.big-font{
    font-size: 186px !important;
    line-height: 120px !important;
}

@media(max-width:1200px){
    .banner-header{
        color:#fff;
        font-size: 72px !important;
        line-height: 41px !important;
    }
    .big-font{
        font-size: 95px !important;
        line-height: 78px !important;
    }
}

@media(max-width:767px){
    .banner-sec {
        align-items: flex-start;
        height: 770px;
    }
    .banner-sec .custom-container {
        padding-top: 135px;
    }
}

@media(max-width:575px){
    .banner-sec {
        background-position-x: -450px;
    }
}

@media(max-width:420px){
    .banner-header{
        color:#fff;
        font-size: 51px !important;
        line-height: 35px !important;
    }
    .big-font {
        font-size: 65px !important;
        line-height: 50px !important;
    }
}

