.light.identity_verification {
    height:55px; 
    margin-top:27px; 
    margin-left:10px;
    background-color: #f2da00;
    color: #FE634E; }
    [data-theme-version="dark"] .light.badge-primary {
      background-color: rgba(254, 99, 78, 0.2); 
}

@media screen and (max-width: 768px) {

    .light.identity_verification {
        height:42px; 
        margin-top:25px; 
        margin-left:10px;
        background-color: #f2da00;
        color: #FE634E; 
    }
    
    [data-theme-version="dark"] .light.badge-primary {
          background-color: rgba(254, 99, 78, 0.2); 
    }

}    