.titles-title-two {
  direction: rtl;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 10px !important;
}
.titles-title-two .container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.titles-title-two .container .container__title {
  display: inline-block;
  font-weight: bold;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 0 10px;
}
.titles-title-two .container .conainer__line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: translateY(-50%);
}/*# sourceMappingURL=title-two.css.map */