
a,
a:link,
a:visited {
  width: initial;
}

@media (max-width: 639.98px) {
  .news-single__sections {
    display: flex;
    flex-direction: column;
  }

  .news-single__sections .details-news {
    order: 1;
  }

  .news-single__sections .section-contact__m {
    order: 2;
  }

  .news-single__sections .other-news {
    order: 3;
  }

  .news-single__sections .outstanding-news {
    order: 4;
  }
}
