/* Media Query za mobilne uređaje */
@media (max-width: 767px) {
    /* Pokušajte ciljati sve unutar vaše klase */
    .custom-justified-text, 
    .custom-justified-text p,
		.custom-justified-text h1,
  	.custom-justified-text h2,
  	.custom-justified-text h3,
    .custom-justified-text div { 
        text-align: left !important;
    }
}