.service-title .no {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.3;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  color: #fb4437;
  letter-spacing: 0.08em;
}
.service-title .no::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6em;
  height: 0.6em;
  background: #fb4437;
  border-radius: 50%;
  display: block;
}
.service-title .title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media (max-width: 991.98px) {
  .service-title .title {
    font-size: 24px;
  }
}/*# sourceMappingURL=service.css.map */