.bb-custom-header {

  font-family: 'radio-canada-big',Arial,Helvetica,sans-serif!important;
  margin: 50px 0;

  .title {
    font-family: 'radio-canada-big',Arial,Helvetica,sans-serif!important;
    font-weight: 900;
    font-size: 56px;
    line-height: 48px;
    text-align: center;
    text-transform: none;
  }

  .subtitle {
    margin-top: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .icon-title:before {
    content: '';
    height: 34px;
    width: 34px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.bb-custom-header-medium {
  margin: 0;
  .title {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0;
  }

  .subtitle {
    font-weight: 400;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-top:0;
    margin-bottom: 20px;
  }
}
