.indent300 {
 text-indent: 100px;
}

@media screen and (max-width:640px) {
.indent300 { 
 text-indent: 40px !important;
}
}
