/* stylelint-disable order/order */
/* stylelint-enable order/order */
/****************
 * Fonts
 ****************/
/****************
 * Paints
 ****************/
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
.block-news-bar {
  padding: clamp(1.25rem, 0.671686747rem + 1.2048192771vw, 1.75rem) 0;
  background-color: #edecf2;
}
.block-news-bar__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 48rem) {
  .block-news-bar__container {
    align-items: center;
  }
}
.block-news-bar__image {
  margin-right: clamp(0.75rem, 0.171686747rem + 1.2048192771vw, 1.25rem);
}
.block-news-bar__content {
  flex-grow: 1;
}
@media (min-width: 48rem) {
  .block-news-bar__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.block-news-bar h2 {
  font-size: clamp(1.5rem, 0.921686747rem + 1.2048192771vw, 2rem);
  font-family: "Sentinel", sans-serif;
  line-height: clamp(1.75rem, 1.4608433735rem + 0.6024096386vw, 2rem);
  margin-bottom: 1rem;
  font-style: italic;
}
@media (min-width: 48rem) {
  .block-news-bar h2 {
    margin-bottom: auto;
  }
}
.block-news-bar .c-btn {
  margin-top: auto;
  margin-bottom: auto !important;
  white-space: nowrap;
}
@media (min-width: 48rem) {
  .block-news-bar .c-btn {
    margin-left: 1.25rem;
  }
}
.block-news-bar .c-btn::before {
  display: none;
}
.block-news-bar .c-btn .icon-arrow-external::before {
  content: "\ea04";
}