        .uc-widget .t-container {
        max-width: 1400px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .uc-widget .t-col_12 {
        max-width: 1400px;
        margin:0;
    }
    
    .uc-widget .t-container_100 {
        max-width: 1400px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .uc-widget .t-width_100 {
        max-width: 1400px;
        margin:0;
    }
    
    @media (max-width: 1400px) {
        .uc-widget .t-container {
        max-width: 90%;
    }
        .uc-widget .t-container_100 {
        max-width: 90%;
    }
    }
    
    .wrapper {
         min-height: 80vh;
         background: #ffffff !important;
     }