.text-popular-line {
  color: var(--primary-color);
}

.post-popular-meta {
  color: var(--primary-color);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.popular-post-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: capitalize;
  color: var(--black-color);
  font-family: "Playfair Display", serif;
}

.popular-blog-card-button a {
  color: var(--black-color);
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.popular-post-image {
  width: 600px;
  height: 324px;
  overflow: hidden;
}

@media (max-width: 1200px) {
    .popular-post-image {
        width: 100%;
    }
}