#textBlock {
    padding: 1em 2em 2em;
    margin: 2em 0 0;
}
#textBlock .tbTitle{
    font-size: 18px;    text-transform: uppercase;    font-weight: 700;    margin-bottom: 2em;
}
#textBlock .tbText {font-size:16px; font-weight:400;line-height: 28px;}

@media (max-width: 767px) {
  #textBlock { padding: 1em; margin-top: 1em; }
}
