.postbrands-timeline {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
}

.timeline-category {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
  padding: 15px;
  border: 1px solid #ddd; /* Optional - to visually separate categories */
  border-radius: 8px; /* Optional - for smooth UI */
}

.timeline-heading {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.responsive-video {
  width: 100%;
  max-width: 700px;
  height: auto;
  border-radius: 8px;
  margin: 10px 0;
}

.timeline-category p {
  font-size: 1em;
  line-height: 1.6;
  margin-top: 10px;
  color: #555;
}