/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
.newest-news {
  margin-top: -12rem;
}
@media screen and (max-width: 640px) {
  .newest-news {
    margin-top: -9rem;
  }
}
.newest-news .another-article:hover .newest-link .another-article svg {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
.newest-news .another-article .newest-link {
  margin-bottom: 0.8rem;
}
.newest-news .another-article .newest-link .another-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
}
.newest-news .another-article .newest-link .another-article svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*# sourceMappingURL=newest-news.css.map */
