#community-home .community-header{
    width: 100%;
    
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 11.3% 0 11.3% 3%;
}
#community-home .community-header>h1{
    font-size: 57.81px;
    font-weight: 300;
    color: #FFF;
    font-family: "Montserrat";
    line-height: 57px;
    margin: 0 70px 0 0%;

}
#community-home .community-header>div>p{
    font-size: 15.62px;
    line-height: 28px;
    font-weight: 300;
    font-family: "Montserrat";
    color: rgba(255,255,255,0.8);
    
}
