#heroTextBlock {
    padding: 0em 2em 0em 0;
    margin: 2em 0;
    clear: both;
}
#heroTextBlock .tbTitle{
    font-size: 56px;        
    font-weight: 100;    
    /* margin-bottom: 0.5em; */
    margin-top: -8px;
}
#heroTextBlock .tbText{font-size: 16px; font-weight: 300;line-height: 1.75em;}

@media (max-width:767px) {#heroTextBlock {
    padding: 0;
}}
@media (max-width:767px) {
  #heroTextBlock .tbTitle {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 1em;
  }
  #heroTextBlock .tbText { font-size: 16px; font-weight: 400; }
}

@media (max-width: 479px){
  #heroTextBlock .tbText { font-size: 14px;}
}
