.pisell-lowcode__alert-warn-box{
    align-items: center;
    display: flex;
    padding: 8px 16px;
    gap: 16px;
    align-self: stretch;
  
    border-radius: 12px;
    border: 1px solid var(--Warning-300, #fec84b);
    background: var(--Warning-25, #fffcf5);
  
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  
    color: var(--Warning-700, #b54708);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}
.pisell-lowcode__alert-warn{
    position: relative;
    font-size: 36px; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;    
    flex-wrap: wrap;
}