
.title-wrapper .col-xs-12 {
  width: 100%;
}

.title-container h1{
  font-family: AnodinaBold;
  color: #005CAB;
  text-align: left;
  font-weight: normal;
}

.title-container h2{
  font-family: AnodinaBold;
  color: #005CAB;
  text-align: left;
  font-weight: normal;
}



@media screen and (max-width: 767px) {
  .title-container h1{
      font-size: 37px;
      margin:0 0 40px;
      line-height: 40px;
  }
  .title-container h2{
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) and (min-width:768px) {
 .title-container h1{
      font-size: 44px;
      margin:0 0 40px;
      line-height:58px;
  }
  .title-container h2{
      font-size: 35px;
      line-height: 40px;
      margin:0 0 15px;
  }
}


@media screen and (min-width: 992px) {
  .title-container h1{
      font-size: 60px;
      line-height: 72px;
      margin: 0 0 60px;
  }
  .title-container h2{
      font-size: 48px;
      line-height:50px;
      margin: 0 0 35px;
  }
}