@media screen and (max-width: 767px) {
  .text-typing {
    margin: 72px 0;
  }
  .text-typing .typing-area__container .section_title {
    font-size: 36px;
    line-height: 44px;
  }
  .text-typing .typing-area__container .section-description {
    margin-top: 20px;
  }
  .text-typing .typing-area__container .typing-area {
    font-size: 16px;
    line-height: 24px;
  }
  .text-typing .typing-area__container .typing-area .type-cursor {
    left: 3px;
    top: -2px;
  }
  .text-typing .typing-area__container .type-stars {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
}
