#rec1037327876 .js-feed-container {
  display: grid;
  width: min(calc(100% - 40px), 1200px);
  margin: 0 auto;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

#rec1037327876 .ln-press-link {
  min-width: 0;
  border-top: 1px solid #d3d3d3;
}

#rec1037327876 .ln-press-link:nth-child(3n + 2),
#rec1037327876 .ln-press-link:nth-child(3n + 3) {
  border-left: 1px solid #d3d3d3;
}

#rec1037327876 .ln-press-link a {
  display: flex;
  min-height: 330px;
  padding: 34px 32px 30px;
  box-sizing: border-box;
  color: #111;
  flex-direction: column;
  text-decoration: none;
}

#rec1037327876 .ln-press-link__meta {
  margin-bottom: 30px;
  color: #777;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .08em;
  line-height: 1.5;
  text-transform: uppercase;
}

#rec1037327876 .ln-press-link h2 {
  margin: 0 0 22px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.05;
}

#rec1037327876 .ln-press-link p {
  margin: 0 0 26px;
  color: #4b4b4b;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

#rec1037327876 .ln-press-link__more {
  margin-top: auto;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#rec1037327876 .ln-press-link a:hover .ln-press-link__more,
#rec1037327876 .ln-press-link a:focus-visible .ln-press-link__more {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 960px) {
  #rec1037327876 .js-feed-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #rec1037327876 .ln-press-link:nth-child(n) {
    border-left: 0;
  }

  #rec1037327876 .ln-press-link:nth-child(2n) {
    border-left: 1px solid #d3d3d3;
  }
}

@media (max-width: 640px) {
  #rec1037327876 .js-feed-container {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
  }

  #rec1037327876 .ln-press-link:nth-child(n) {
    border-left: 0;
  }

  #rec1037327876 .ln-press-link a {
    min-height: 0;
    padding: 28px 0 34px;
  }

  #rec1037327876 .ln-press-link h2 {
    font-size: 31px;
  }
}
