.tcnj-news-block .photo-three-up .image-container {
  width: 350px;
  height: 240px;
  background-size: cover;
  background-position: 50%;
}
.tcnj-news-block .photo-three-up a p {
  font-family: "Open Sans", sans-serif !important;
  font-weight: bold !important;
  text-decoration: underline !important;
  font-size: 20px !important;
  line-height: 26px !important;
  text-align: center !important;
  color: #33739f !important;
  text-transform: uppercase !important;
}
.tcnj-news-block .photo-three-up.horizontal {
  padding: 0 20px;
  display: flex;
  gap: 125px 0px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.tcnj-news-block .photo-three-up.horizontal .feed-item {
  flex-basis: 350px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.tcnj-news-block .photo-three-up.horizontal .grid-item .excerpt {
  display: none;
}
.tcnj-news-block .photo-three-up.vertical {
  max-width: 800px;
  margin: 0 auto;
}
.tcnj-news-block .photo-three-up.vertical .grid-item {
  flex-direction: row;
  width: 100%;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 70px;
}
.tcnj-news-block .photo-three-up.vertical .grid-item p {
  text-align: left !important;
}
.tcnj-news-block .photo-three-up.vertical .grid-item .excerpt {
  display: inherit;
}
.tcnj-news-block .photo-three-up.vertical .image-container {
  width: 250px;
  height: 250px;
  background-size: cover;
  border-radius: 50%;
  background-position: 50%;
}/*# sourceMappingURL=tcnj_news_block.css.map */