.title-header{
  font-family: TruenoLt;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.88px;
  letter-spacing: -0.01em;
  text-align: center;
  
}
.description-header {
  font-family: TruenoLt;
  font-size: 18px;
  font-weight: 300;
  line-height: 21.6px;
  letter-spacing: -0.005em;
  text-align: center;
}
.panel-grid{
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 600px) {
  .title-header{
    font-family: TruenoLt;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.005em;
    text-align: center;
    
    
  }
  .description-header {
    font-family: TruenoLt;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: -0.005em;
    text-align: center;
    
  }
 }