

.custom-text-block{
    width:100%;
    padding:10px 1px; 
    text-align:center; /* left / center / right */
    background:##FCFCFC;

    font-family: OpenSans-Bold;
}

.custom-title{
    font-size:48px; 
    color:#111111;
    font-weight:700;
    margin-bottom:10px;
    line-height:1.3;

    font-family: OpenSans-Bold;
}


@media screen and (max-width:768px){

.custom-text-block{
    padding:15px 15px; 
    text-align:center; /* left / center / right */

    font-family: OpenSans-Bold;
}

.custom-title{
    font-size:28px; 
    margin-bottom:15px;

    font-family: OpenSans-Bold;
}

.custom-desc{
    font-size:15px; 
    line-height:1.7;

    font-family: OpenSans-Bold;
}

}

