p.reveal-type{
    font-size:88px; 
    font-weight: 900!important;
    line-height: 0.8!important;
    font-style: normal;
    text-align: center;
    width:100%;
    font-family: var(--font-primary);
    font-weight: 900!important;
    }
    
    
@media (max-width: 520px) {
  .reveal-type{
        font-size:28px!important; font-weight:bold; line-height: 1;
  }
}
    
p.reveal-type2{
    font-size:88px; 
    font-weight: 900!important;
    line-height: 0.8!important;
    font-style: normal;
    text-align: center;
    width:100%;
    font-family: var(--font-primary);
    font-weight: 900!important;
    }
    
    
@media (max-width: 520px) {
  .reveal-type2{
        font-size:28px!important; font-weight:bold; line-height: 1;
  }
}
    








