@media screen and (max-width: 1260px) and (min-width: 768px) {
  .text-typing {
    margin: 96px 0;
  }
  .text-typing .typing-area__container .section_title {
    font-size: 64px;
    line-height: 80px;
  }
  .text-typing .typing-area__container .section-description {
    margin-top: 24px;
  }
  .text-typing .typing-area__container .typing-area {
    font-size: 24px;
    line-height: 36px;
  }
  .text-typing .typing-area__container .typing-area .type-cursor {
    left: 3px;
    top: -2px;
  }
  .text-typing .typing-area__container .type-stars {
    width: 36px;
    height: 36px;
    margin-right: 12px;
  }
}
