.GreyHeading  {
    font-size: 18px!important; 
    text-align:left!important; 
    color: #9EA4AB!important; 
    font-weight: normal!important; 
    clear: both!important; 
 }
 
.ProductHeading {
    font-size: 23px!important; 
    text-align:left!important;  
    color: #6F7073!important; 
    font-weight: normal!important; 
    clear: both!important; 
}
  
.BlueHeading {
    font-size: 16px!important;  
    text-align:left!important; 
    color: #3A479D!important; 
    clear: both!important; 
}

.WhiteHeading {
    font-size: 24px!important;  
    text-align:left!important; 
    color: #fff!important; 
    text-transform:uppercase!important; 
    clear: both!important; 
}

.WhiteSubHeading {
    font-size: 15px; 
    text-align:left; 
    color: #fff;
    text-transform:none;
    clear: both;
}

.NewsHeading {
    font-size: 23px; 
    text-align:left; 
    color: #fff;
    text-transform:none;
    clear: both;
}

.CampaignHeading {
    font-weight: bold; 
    font-size: 14px; 
    color: #6F7073;
}

.GreyText {
    font-weight: bold; 
    font-size: 12px; 
    color: #9EA4AB;
}

.Text {
    font-weight: bold; 
    font-size: 12px; 
    color: #6F7073;
}

.TextUnBold {
    font-weight: normal; 
    font-size: 12px; 
    color: #6F7073;
}

.TextWhite {
    font-weight: normal; 
    font-size: 12px; 
    color: #fff;
}

.GreySubHeading {
    font-size: 15px; 
    text-align:left; 
    color: #9EA4AB;
    text-transform:none;
    clear: both;
}

