:root {
  --mh--breakpoint--min: 375px;
  --mh--breakpoint--sm: 640px;
  --mh--breakpoint--md: 768px;
  --mh--breakpoint--lg: 1100px;
  --mh--breakpoint--xl: 1280px;
  --mh--breakpoint--x2l: 1450px;
}

/* .news-single
================================================== */

.news-single__thumb img {
  width: 100%;
  border-radius: var(--mh--border-radius--md);
}

@media (width < 768px) {
  .news-single {
    margin-top: 40px;
  }
}