.single-accented {
  margin-top: 40px;
  padding: 20px 30px 20px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  background: #f7f7f7;
}

.single-accented p {
  position: relative;
  padding: 16px 0;
  padding-left: 24px;
}

.single-accented p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #98283c;
}

.single-accented a {
  font-weight: 600;
  color: var(--Grey);
  text-decoration: underline;
}
