.styleOne__title h1, .styleOne__title .h1 {
  font-family: var(--bs-primary);
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.styleOne__title h1:before, .styleOne__title .h1:before {
  content: "";
  border: solid 2px var(--bs-primary);
  border-right: none;
  width: 18px;
  position: absolute;
  height: calc(100% + 14px);
  left: -10px;
  top: -5px;
}

.styleTwo__title h1, .styleTwo__title .h1 {
  font-family: var(--bs-primary);
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.styleTwo__title h1:before, .styleTwo__title .h1:before {
  content: "";
  border: solid 2px var(--bs-primary);
  border-right: none;
  width: 18px;
  position: absolute;
  height: calc(100% + 14px);
  left: -10px;
  top: -5px;
}

.styleTwo__title h1:after, .styleTwo__title .h1:after {
  content: "";
  border: solid 2px var(--bs-primary);
  border-left: none;
  width: 18px;
  position: absolute;
  height: calc(100% + 14px);
  right: -10px;
  top: -5px;
}

.styleThree__title h1, .styleThree__title .h1 {
  font-family: var(--bs-primary);
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.styleThree__title h1:before, .styleThree__title .h1:before {
  content: "";
  border: solid 4px var(--bs-primary);
  border-right: none;
  width: 1px;
  position: absolute;
  height: calc(100% + 14px);
  left: -10px;
  top: -5px;
}

.styleFour__title h1, .styleFour__title .h1 {
  font-family: var(--bs-primary);
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.styleFour__title h1:before, .styleFour__title .h1:before {
  content: "";
  border-bottom: solid 3px var(--bs-primary);
  width: 80px;
  position: absolute;
  height: calc(100% + 14px);
  left: 3px;
  top: -7px;
}

.styleFive__title h1, .styleFive__title .h1 {
  font-family: "Title-Regular";
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.styleFive__title h1:after, .styleFive__title .h1:after {
  content: "";
  background-color: var(--bs-primary);
  position: absolute;
  width: 100px;
  height: 3px;
  left: 50%;
  top: calc(100% + 10px);
  margin-left: -50px;
}