

.main-container {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  margin-top: 50px;

}

.left-column, .right-column {
  flex: 1;
}

.main-image {
  position: relative;
  overflow: hidden;
  border-radius: 1px;
}

.main-image img {
  width: 100%;
  display: block;
}

.date-overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #000000a0;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
}

.what-you-find {
  margin-top: 30px;
  padding: 20px;
  /* border-left: 4px solid #007bff; */
  background: #f9f9f9;
}

.what-you-find h4 {
  margin-bottom: 20px;
  font-size: 18px;
}

.what-you-find h5 {
  margin: 16px 0 6px;
  font-size: 16px;
  font-weight: 600;
}

.what-you-find p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}

.main-text h2 {
  font-size: 22px;
  margin-bottom: 16px;
}

.main-text p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
  text-align: justify;
}

.main-text ul {
  padding-left: 20px;
  margin: 0 0 12px;
}

.main-text ul li {
  font-size: 14px;
  margin-bottom: 6px;
}

.popular-posts {
  margin-top: 40px;
}

.popular-posts h4 {
  margin-bottom: 20px;
}

.post {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

.post img {
  width: 60px;
  height: 60px;
  border-radius: 1px;
  object-fit: cover;
}

.post-text p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.post-text span {
  font-size: 12px;
  color: #777;
}
