.related_news_alignfull_container {
  margin-top: 80px;
  margin-bottom: 80px;
}

.related_news_container {
  max-width: 1150px;
  margin: auto;
  padding: 0 15px;
}

.related_news_main_headline {
  font-family: "Montserrat-SemiBold";
  font-size: 40px;
  line-height: 48px;
  font-weight: normal;
  letter-spacing: 0.2px;
}

.related_news_main_introtext {
  color: #333333;
  font-family: "Montserrat-Light" !important;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: normal;
  margin: 1.5em 0;
}

.related_news_area {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    column-gap: 30px;
    position: relative;
}

.related_news_fullwidth {
    width: 100%;
    display: block;
    position: relative;
}

.related_news_small_container, .related_news_area.location {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.related_news_small {
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin: 0 -15px;
}

.related_news_small:hover {
  background-image: linear-gradient(-134deg, #e1f1e2 0%, #e2f2db 100%);
}

.related_news_image_container {
    display: block;
    height: 100%;
}

.related_news_small .related_news_image_container {
  height: unset;
  margin-bottom: 15px;
}

.teaser_image {
    height: 100%;
    width: 100%;
    padding-top: 52%;
}

.related_news_small .teaser_image {
  height: 208px;
}

.related_news_fullwidth .related_news_headline_container {
  bottom: 0px;
  position: relative;
  padding-bottom: 25px;
  padding-top: 10px;
  background-color: #0000005e;
}

.related_news_category {
  color: #0D7093;
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}

.related_news_fullwidth .related_news_category {
  background-color: transparent;
  color: #fff;
  padding: 0 27px;
}

.related_news_headline {
  color: #333333;
  font-size: 20px;
  text-align: left;
  text-transform: unset;
  line-height: 28px;
  font-family: "Montserrat-SemiBold";
  font-weight: 600;
}

.related_news_fullwidth .related_news_headline {
  color: #fff;
  color: white;
  font-size: 40px;
  line-height: 48px;
  padding: 0 25px;
  margin-bottom: 25px;
}

.related_news_fullwidth .related_news_headline_container .related_news_headline {
  margin-bottom: 0;
}

.related_news_meta {
    font-size: 0.8em;
    color: #666;
}

.related_news_project_item_link {
  font-family: 'space';
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  margin-top: 21px;
  color: #E95119;
}

.project_item_events_date {
  font-family: 'space';
  font-weight: 600;
  font-size: 25px;
  line-height: 37.5px;
  text-align: center;
  color: #005141;
}

.related_news_more_link {
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  color: #0d6f93;
  text-align: right;
  display: block;
}

.related_news_more_link::before {
  background-image: url(../../../../neve-child-master/images/chevron-right.png);
  background-size: 10px 16px;
  height: 16px;
  width: 16px;
  content: ' ';
  display: inline-block;
  background-repeat: no-repeat;
}

.related_news_more_link:hover {
  color: #88bbc8;
  text-decoration: underline;
}


@media (max-width:870px) {
  .related_news_small_container, .related_news_area.location {
    display: block;
  }

  .related_news_fullwidth .related_news_headline {
    font-size: 20px;
    line-height: 28px;
  }

  .related_news_area {
    gap: 10px;
  }

}
