/* src/styles/components/title.scss */
.title h2 {
  font-weight: 800;
}
.title h2 strong {
  position: relative;
}
.title h2 strong:after {
  content: url("../images/svgs/strong.svg");
  position: absolute;
  top: 0;
  right: 0;
  top: -10px;
  right: -20px;
}
.title h2 b {
  color: var(--primary);
}
