Hi @zaila, I checked your link and it seems that you have created a class instead of giving it styling. No worries, just remove the code you have created and go to the customize section of the theme and then to custom CSS and there you can add the code:
@media screen and (max-width: 600px){
.has-text-align-right{
text-align:left;}
Thank you.