@media (max-width:1001px){
 .header { position: unset; } 
.header-bottom-left { justify-content: center !important; } 
 }
@media (max-width:850px) { } 
@media (max-width:769px) { } 
@media (max-width:600px) { } 
@media (max-width:440px){
 .mb-4 { margin-bottom: .5rem !important; } 
 .intro-name { font-size: 24px; } 
 .intro-text { font-size: 13px; } 
 .intro-desc { -webkit-line-clamp: 5; } 
 .video-large-items { height: auto; margin-bottom: 30px; } 
 .criteria-intro-box { height: auto; padding: 20px 10px; } 
 .criteria-intro-name { font-size: 15px; } 
 .criteria-intro-desc { -webkit-line-clamp: 2; font-size: 12px; line-height: 1.8; height: unset; text-align: center; } 
 .title-home h2 { margin: auto; font-size: 15px !important; padding: 10px 10px !important; } 
 .title-product-list { flex-wrap: nowrap !important; overflow-x: scroll; justify-content: start !important; } 
 .title-product-list li { min-width: max-content; } 
 .title-product-list li a { font-size: 15px; } 
 .title-home { text-align: center; margin-bottom: 1rem; } 
 .customer-info-detail { width: 100%; flex-wrap: wrap;}
}