:root {
  --_cookie-consent__font-family: "Lato", sans-serif;
  --_cookie-consent__heading-font-family: var(--_cookie-consent__font-family);
  --_cookie-consent__link-color: #57BC90;
  --_cookie-consent__link-color-hover: #015249;
  --_cookie-consent__button-border-radius: 0;
  --_cookie-consent__button-bg-color: #57BC90;
  --_cookie-consent__button-border-color: #57BC90;
  --_cookie-consent__button-text-color: #fff;
  --_cookie-consent__button-bg-color-hover: #015249;
  --_cookie-consent__button-border-color-hover: #015249;
  --_cookie-consent__button-text-color-hover: #fff;
  --_cookie-consent__error-bg-color: #efefef;
}

.view--news {
  margin: 30px 0;
}
.view--news .view-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
}
.view--news .view-header h1 {
  flex: 1 auto;
}
.view--news .view-header .summary {
  font-size: 16px;
}
.view--news article {
  background: #fff;
  margin: 20px 0;
}
.view--news article .col-image {
  padding: 0;
}
.view--news article .col-image .field--field-media-image {
  height: 100%;
}
.view--news article .col-image img {
  height: 100%;
  object-fit: cover;
}
.view--news article .col-info {
  padding-top: 20px;
  padding-bottom: 20px;
}
.view--news article .node__created {
  font-size: 14px;
  color: #9D9D9D;
  text-transform: uppercase;
}
.view--news article .node__title {
  margin: 10px 0 20px 0;
}

@media screen and (min-width: 992px) {
  .view--news article .col-info {
    padding: 40px 60px;
  }
}

/*# sourceMappingURL=view--news.css.map */