.tn-news-bar-filter {
  align-items: center;
}

.tn-search-news {
  width: 100%;
}



.tn-filter-news-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width:1025px) {
  .tn-title-space {
    padding-top: 3.25rem;
    padding-bottom: 2.25rem;
  }


  .tn-filter-news {
    width: 12.5rem;
    margin-left: 1rem;
  }

  .tn-search-news {
    width: 27rem;
  }

  .tn-news-bar-filter {
    justify-content: space-between;
    padding-bottom: 3rem;
  }
}

@media (max-width:1024px) {

  .tn-title-space {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .tn-search-news,
  .tn-filter-news {
    width: 12.5rem;
  }

  .tn-news-bar-filter {
    justify-content: space-between;
    padding-bottom: 1.5rem;
  }
}

@media (max-width:1024px) and (min-width:768px) {

  .tn-filter-news-main {
    width: 25rem;
  }

  .tn-filter-news {
    max-width: 12.5rem;
    margin-left: 1rem;
  }

  .tn-search-news {
    width: calc(100% - 25rem);
  }

}

@media (max-width:767px) {
  .tn-title-space {
    padding-top: 1.125rem;
    padding-bottom: 1rem;
  }

  .tn-search-news {
    max-width: calc(100% - 5.5rem);
    width: 100%;
  }

  .tn-filter-news {
    width: 2.75rem;
    padding-left: 0.5rem;
  }

  .tn-news-bar-filter {
    justify-content: space-between;
    padding-bottom: 0.5rem;
  }

  .tn-news-bar-filter-results {
    padding-top: 0.5rem;
  }
}