@media screen and (max-width: 340px) {
   .credits-value {
       font-size: 12px !important;
   }
   
   .text-duration {
       font-size: 10px !important;
   }
}

@media screen and (max-width: 400px) {
   /* .credits-value {
       font-size: 12px !important;
   } */
   
   .text-duration {
       font-size: 12px;
   }
}