.latest-news-intro {
  margin-bottom: 4rem;
  margin-bottom: var(--space-7);
}
.recent-news-items {
  margin-left: .3rem;
  margin-right: .3rem;
}
.recent-news-item {
  padding-left: .3rem;
  padding-right: .3rem;
}
.news-item-link {
  position: relative;
  display: block;
  height: 100%;
  padding: 0 2rem 6rem;
  text-decoration: none;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.news-item-link:hover {
  color: #fff;
  text-decoration: none;
}
.latest-news .recent-news-item:first-child .news-item-link {
  background-color: rgba(227, 31, 133, 0.2)
}
.latest-news .recent-news-item:first-child .news-item-link:hover {
  background-color: rgba(227, 31, 133, 1)
}
.latest-news .recent-news-item:nth-child(2) .news-item-link {
  background-color: rgba(74, 189, 201, 0.2)
}
.latest-news .recent-news-item:nth-child(2) .news-item-link:hover {
  background-color: rgba(74, 189, 201, 1)
}
.latest-news .recent-news-item:nth-child(3) .news-item-link {
  background-color: rgba(189, 140, 190, 0.2)
}
.latest-news .recent-news-item:nth-child(3) .news-item-link:hover {
  background-color: rgba(189, 140, 190, 1)
}
.latest-news .recent-news-item:nth-child(4) .news-item-link {
  background-color: rgba(54, 174, 114, 0.2)
}
.latest-news .recent-news-item:nth-child(4) .news-item-link:hover {
  background-color: rgba(54, 174, 114, 1)
}
.news-overview {
  padding-top: 1rem;
}
.news-overview h3 {
  margin-top: 0.5em;
  font-size: 24px;
  font-size: var(--font-size-6);
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
  max-width: 80%;
}
.news-item-button {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  width: calc(100% - 4rem);
  padding-top: 1rem;
  border-top-width: 2px;
  border-top-style: solid;
}
.latest-news .recent-news-item:first-child .news-item-button {
  border-top-color: #e31f85;
}
.latest-news .recent-news-item:nth-child(2) .news-item-button {
  border-top-color: #4abdc9;
}
.latest-news .recent-news-item:nth-child(3) .news-item-button {
  border-top-color: #bd8cbe;
}
.latest-news .recent-news-item:nth-child(4) .news-item-button {
  border-top-color: #36ae72;
}
.latest-news .recent-news-item:first-child:hover .news-item-button {
  border-top-color: #8c1455;
}
.latest-news .recent-news-item:nth-child(2):hover .news-item-button {
  border-top-color: #2c727a;
}
.latest-news .recent-news-item:nth-child(3):hover .news-item-button {
  border-top-color: #725572;
}
.latest-news .recent-news-item:nth-child(4):hover .news-item-button {
  border-top-color: #1f6945;
}
.news-item-button svg {
  width: 32px;
  height: 32px;
  z-index: 1;
}
.news-item-button .circular-arrow .st0, .news-item-button .circular-arrow .st1 {
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.latest-news svg .st1 {
  fill: #fff;
}
.latest-news .recent-news-item:first-child .news-item-button svg .st0 {
  fill: #e31f85;
}
.latest-news .recent-news-item:nth-child(2) .news-item-button svg .st0 {
  fill: #4abdc9;
}
.latest-news .recent-news-item:nth-child(3) .news-item-button svg .st0 {
  fill: #bd8cbe;
}
.latest-news .recent-news-item:nth-child(4) .news-item-button svg .st0 {
  fill: #36ae72;
}
.latest-news .recent-news-item:first-child:hover .news-item-button svg .st0 {
  fill: #8c1455;
}
.latest-news .recent-news-item:nth-child(2):hover .news-item-button svg .st0 {
  fill: #2c727a;
}
.latest-news .recent-news-item:nth-child(3):hover .news-item-button svg .st0 {
  fill: #725572;
}
.latest-news .recent-news-item:nth-child(4):hover .news-item-button svg .st0 {
  fill: #1f6945;
}
.is-admin .cta-button svg {
  display: none;
}
@media only screen and (max-width: 1399px) {
  .news-item-link {
    padding: 0 1.5rem 6rem;
  }
  .news-item-button {
    left: 1.5rem;
    width: calc(100% - 3rem);
  }
  .news-overview h3 {
    max-width: 95%;
  }
}
@media only screen and (max-width: 991px) {
  .recent-news-item {
    margin-bottom: .6rem;
  }
  .news-item-link {
    padding: 0 2rem 6rem;
  }
  .news-item-button {
    left: 2rem;
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .news-item-link {
    padding: 0 1.5rem 6rem;
  }
  .news-item-button {
    left: 1.5rem;
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width: 479px) {
  .recent-news-items {
    margin-left: .5rem;
    margin-right: .5rem;
  }
  .news-item-button {
    left: 1rem;
    width: calc(100% - 2rem);
  }
  .news-item-link {
    padding: 0 0 5rem;
  }
  .news-item-link .news-overview {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .news-overview h3 {
    font-size: var(--font-size-5);
  }
}