.news {
  padding: 7rem 0;
  margin: 0;
}

.news.has-bg {
  background: var(--main);
}

.news .title-2 {
  padding-bottom: 3rem;
}

.news article {
  background: var(--bg);
}

.news img {
  max-height: 35rem;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.news.has-bg img {
  max-height: 20rem;
}

.news .post-content {
  max-width: 38rem;
  margin-bottom: 2rem;
}

.news.has-bg .post-content {
  padding: 2rem 2.5rem;
}

.news .post-content p {
  margin-top: 0;
}

.news .btn-content {
  margin-top: 5rem;
}

.news .post-btn_content {
  margin-top: 2rem;
}

/* Editor Appearance */
.acf-block-preview {
}
