    @media (max-width: 1280px){

        .np-chips {
           flex-wrap: nowrap !important;
        }
        .np-chip {
            min-width: 60px !important;
        }
    }
    
    @media (max-width: 768px){
    .t-title_xs {
        font-size:24px !important;
        margin-bottom: 35px !important;
    }
    .np-chip {
       width:22% !important;
    }
    
    .np-chips {
       margin-bottom:25px !important;
    }
    .np-chips>span:nth-last-child(2) {
       width:39% !important;
    }
    
    .np-chips>span:last-child {
       width:39% !important;
    }
    .t004 p em {
        font-size:62px;
        font-style: normal;
    }
    }
    .t004 p strong {
        font-size:40px;
    }

   }