.most-popular h3 {
  border-bottom: 1px solid var(--color-grey);
  margin-bottom: 15px;
  padding-bottom: 8px;
  position: relative;
  color: var(--color-canvas-text);
  font-family: 'Poppins';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}

.most-popular .most-popular-icon {
  margin-right: 10px;
  width: 30px;
}

.category .most-popular .post-list a {
  margin: 15px;
}

.category .most-popular .post-list:last-child {
  margin-bottom: 30px;
}

.category .most-popular .post-list .post-category {
  display: none;
}

.category .most-popular .post-list .post-meta {
  display: none;
}

@media (max-width: 768px) {
  .most-popular {
    margin-top: 60px;
  }

  .most-popular .most-popular-icon {
    width: 24px;
  }
}