.title-bar {
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.small-title {
  font-size: 14px !important;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #717173;
  margin: 0;
  padding: 8px 0;
  float: left;
}

.title-bar a:hover{
  text-decoration: none;
}

@media (max-width: 575px){
  .title-bar h2 span.lead_in{
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .title-bar h2 span.strong_text{
    font-size: 1.85rem !important;
    line-height: 1.85rem !important;
    width: 100%;
  }
}