body {
  background: #f1e7d9;
}

.webgene-blog {
  width: 100%;
  margin: 0;
  padding: 96px 64px;
  background: linear-gradient(92deg, #ebd9bd 4%, #f1e7d9 34%);
}

.webgene-blog.news-detail-block {
  padding: 48px 0;
}

.webgene-blog .webgene-item {
  max-width: 1100px;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-bottom: 32px !important;
  gap: 32px !important;
}

.webgene-blog .news-item-image-wrap {
  width: 250px !important;
  min-width: 250px !important;
  max-width: 250px !important;
  height: 166.40625px !important;
  min-height: 166.40625px !important;
  max-height: 166.40625px !important;
  flex: 0 0 250px !important;
}

.webgene-blog .news-item-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.webgene-blog .news-item-content {
  min-width: min(100%, 320px) !important;
}

@media (max-width: 767px) {
  .webgene-blog {
    padding: 56px 24px;
  }

  .webgene-blog.news-detail-block {
    padding: 48px 0;
  }

  .news-item-image-wrap {
    display: none !important;
  }
}
