:root {
    --color-primary: #024783 !important;
    --color-secondary: #024783 !important;
    --color-tertiary: #dc8db5 !important;
    --color-primary-text: #000000;
    --color-background: #fff;
    --max-width: normal;
    --font-primary: 'local', Arial, sans-serif;
    --font-secondary: 'local2', Arial, sans-serif;
  } 
  
  
  
  
  :root { --border-radius: 0.375rem; }
  
  
  
  
  
  .container {
      @media screen and (max-width: 1700px) {
        max-width: 90%;
      }
    }
  .detail-list-tabs {                                                                                                        
    h3 {                                                                                                                   
        font-family: var(--font-primary);                                                                                  
    }                                                                                                                      
}                                                                                                                          
                                                                                                                           
@media (min-width: 1024px) {                                                                                               
    .banner-box-video .banner-content {                                                                                    
        justify-content: flex-end;                                                                                         
        padding-bottom: 10vh;                                                                                              
    }                                                                                                                      
}                                                                                                                          
                                                                                                                           
.footer {                                                                                                                  
    text-align: center;                                                                                                    
}