.subtitle > span + span {
  margin-left: 5rem;
}

.inline-span {
  width: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .section-card {
    border-radius: 0.5rem;
  }
  .section-card:nth-child(1) {
    padding: 1rem 0.75rem;
  }
  .section-card:nth-child(1) .title {
    font-size: 0.75rem;
    line-height: 1.15rem;
  }
  .section-card:nth-child(1) .subtitle {
    line-height: 0.75rem;
    font-size: 0.55rem;
    color: var(--black-light-6);
    margin-top: 0.75rem;
  }
  .section-card:nth-child(1) .subtitle > span + span {
    margin-left: 1.25rem;
  }
  .section-card:nth-child(1) .subtitle .view-count {
    display: none;
  }
  .section-container-padding .section-card + .section-card {
    padding: 1rem 0.75rem;
    margin-top: 0.75rem;
  }
  .section-container-padding .section-card + .section-card .mce-content {
    font-size: 0.65rem;
    line-height: 1rem;
  }
  .section-container-padding .section-card + .section-card .mce-content img {
    width: 100% !important;
    object-fit: cover;
  }
  .section-container-padding .section-card + .section-card .content-footer {
    font-size: 0.65rem;
    line-height: 1rem;
  }
}
