.news-2-col {
  background: linear-gradient(to right, #b2b2ab 0%, #d8b381 100%);
}

.news-2-col .latest-posts.is-layout-flow > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.news-2-col .latest-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.news-2-col h2 {
  margin-bottom: 2rem;
  font-size: 32px;
}

.news-2-col .post--item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.news-2-col .post--item--linha-decorativa {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #fafafa;
}

.news-2-col .post--item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  text-decoration: none;
}

.news-2-col .post--item .post--title {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-bottom: 1rem;
}

.news-2-col .post--item .post--title h4 {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  color: #575852;
}

.news-2-col .post--item .post--title img {
  width: 16px;
  height: 12px;
}

.news-2-col .post--item .post--img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 250px;
  object-fit: cover;
}