.title-header {
  font-size: 16px;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .title-header {
    font-size: 13px;
    color: white;
    font-weight: bold;
  }
}
.page-content {
 padding: 5px 10px 10px 10px !important;
}