@media (max-width: 374px) {
  .main__sub-title::before{
    display: none;
  }
  .main__sub-title{
    display: block;
  }
}

