.s-title {
  margin-bottom: 3rem;
  padding: 1rem;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 700;
  background-color: #ff1f75;
  color: #fff;
  text-align: center;
}
.s-title span {
  margin-bottom: 0.6rem;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
}

.s-meta {
  margin-bottom: 3rem;
}
.s-meta .cat a {
  margin: 0 0.4rem;
  padding: 0.4rem 0.4rem 0.4rem 2rem;
  display: inline-block;
  background-color: #fa4141;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .s-meta .cat a {
    padding: 1rem 1rem 1rem 2rem;
  }
}
.s-meta .cat a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  transform: translate(0, -50%);
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}
.s-meta .date {
  margin: 0 0.4rem;
}