.wrapper-highlighted {
  padding: 24px;
  box-shadow: 0px 2px 19px 0px rgba(180, 180, 180, 0.2509803922);
  border-radius: 8px;
}

.wrapper-style-teaser1 {
  border-radius: 8px;
  padding: 12px;
  position: relative;
}

.wrapper-style-teaser1-alt {
  border-radius: 8px;
  padding: 24px;
  position: relative;
}

.wrapper-style-teaser1:hover {
  box-shadow: 0 2px 19px 0 rgba(180, 180, 180, 0.2509803922);
  z-index: 1;
}

.wrapper-style-teaser3 {
  border-radius: 8px;
  padding: 12px;
  position: relative;
}

.wrapper-style-teaser3:hover {
  box-shadow: 0 2px 19px 0 rgba(180, 180, 180, 0.2509803922);
  z-index: 1;
}

.wrapper-style-teaser-tags {
  margin-top: -6px;
  min-height: 21px;
}

.node--type-news.node--view-mode-teaser1 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
}
.node--type-news.node--view-mode-teaser1 .field-field-image img {
  border-radius: 20px;
}
.node--type-news.node--view-mode-teaser1 .right {
  display: flex;
  flex-direction: column;
}
.node--type-news.node--view-mode-teaser1 .right p {
  margin-top: 16px;
  margin-bottom: 16px;
}
.node--type-news.node--view-mode-teaser1 .right .field-field-display-title {
  margin: 16px 0;
}
.node--type-news.node--view-mode-teaser1 .right .field-field-display-title a {
  font-size: 24px;
  line-height: 32px;
  font-family: "Oswald";
  font-weight: 700;
}
.node--type-news.node--view-mode-teaser1 .right .field-type-text-with-summary {
  margin-bottom: 16px;
}
.node--type-news.node--view-mode-teaser1 .right .field-type-text-with-summary p:first-child {
  margin-top: 0;
}
.node--type-news.node--view-mode-teaser1 .right .field-type-text-with-summary p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .node--type-news.node--view-mode-teaser1 {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 1023px) {
  .node--type-news.node--view-mode-teaser1 {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .node--type-news.node--view-mode-teaser1 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}