@media only screen and (min-device-width : 1201px) {
    .abzacz { 
    text-indent: 200px; 
    } 
 } 
 
 @media only screen and (min-device-width : 641px) and (max-device-width : 1200px) {
    .abzacz { 
    text-indent: 140px; 
    } 
 } 
  @media only screen and (min-device-width : 321px) and (max-device-width : 640px) {
    .abzacz { 
    text-indent: 60px; 
    } 
 } 
 
  .text_borded {
    /* Укажи толщину обводки */
    -webkit-text-stroke: 1px;
    -webkit-text-fill-color: transparent;
}