/*#community-about h2 br {*/
/*    display:none;*/
/*}*/

#community-about h2 {
    font-size: 84px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%; /* 79.8px */
    letter-spacing: -7.56px;
    padding-bottom: 36px;
}

#community-about .text-block {
    font-size:20px;
    line-height: 120%; /* 24px */
    letter-spacing: -0.4px;
}

#community-about img {
    margin-top:25px;
}

@media (max-width: 1280px){
    #community-about h2 {
        font-size: 60px;
        font-style: normal;
        font-weight: 400;
        line-height: 95%; /* 57px */
        letter-spacing: -5.4px;
    }
    #community-about .text-block {
        font-size:18px;
        letter-spacing: -0.36px;
    }
}

@media (max-width: 1024px){
    #community-about h2 {
        font-size: 56px;
        font-style: normal;
        font-weight: 400;
        line-height: 95%; /* 53.2px */
        letter-spacing: -5.04px;
    }
}

@media (max-width: 600px){
    #community-about h2 {
        font-size: 42px;
        font-style: normal;
        font-weight: 400;
        line-height: 95%; /* 39.9px */
        letter-spacing: -3.78px;
    }
}
@media (max-width: 500px){
    #community-about .text-block {
        font-size:16px;
        line-height: 120%; /* 19.2px */
        letter-spacing: -0.32px;
        padding-bottom:8px;
    }
    #community-about img {
        margin-top: 18px;
    }
}

@media (max-width: 330px){
    #community-about h2 {
        font-size: 30px;
        line-height:100%;
        letter-spacing: -2.28px;
    }
}



