.modal_files{
    .modal{
      .modal-dialog{
        max-width: none;
        margin: 0;
        justify-content: center;    
        .modal-content{
          border-radius: 4px;
          height: 341px;
          width: 872px; 
          
          .modal-header{
            .modal-title{
                display: flex;
                gap: 8px;
                .material-symbols-outlined {
                    color: #D1A33C;
                    font-variation-settings:
                    'FILL' 1,
                    'wght' 400,
                    'GRAD' 0,
                    'opsz' 24
                }
            }
          }
        }
      }
    }   
}