.expanded-title {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
}


.new-title  {
    white-space: break-spaces;
    display: inline-block;
    position: relative;
    z-index:40;
}



.classic-title {
  position:relative;
  margin:auto;
  border:2px solid currentColor;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.classic-title:before, .classic-title:after {
    background-color: currentColor;
    position:absolute; 
    content: '';
    height: 7px;
    width: 7px;
  border-radius:50%;
    bottom: 12px;
}
.classic-title:before {
   left:-20px;
   top: 50%;
}
.classic-title:after {
   right:-20px;
   top: 50%;
}



.center-underline-title:before {
    position: absolute;
    width: 20%;
    height: 5px;
    display: block;
    content: "";
    bottom: 1px;
    left: 50%;
    margin-left: -10%;
    background-color: currentColor;
}

.center-underline-title:after {
    width: 60%;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 20px;
    left: 50%;
    margin-left: -30%;
    background-color: currentColor;
}

.left-bottom-line-title:before {
    position: absolute;
    bottom: -20%;
    width: 20%;
    height: 8%;
    content: "";
    background-color: currentColor;
}


.left-underline-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20%;
  height: 12%;
  width: 20%;
  background-color: currentColor;
}
.left-underline-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20%;
  height: 3%;
  width: 100%;
  background-color: currentColor;
}


.center-bottom-line:after, .center-bottom-line:before {
  position: absolute;
  left: 0;
  bottom: -20%;
  width: 45px;
  height: 4px;
  content: "";
  right: 45px; 
  margin:auto;
  background-color: currentColor;
}


.center-bottom-line:before { 
background-color: currentColor!important;
  left:45px; width:90px;
}

.center-two-lines-title:after,.center-two-lines-title:before{
    content: " ";
    display: block;
    height: 20%;
  background-color:currentColor;
}

.center-two-lines-title {
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-gap: 20px;
    align-items: center;
}


.right-top-line-title:before {
    background-color: currentColor;
    border-radius: 0.25rem;
    content: '';
    display: block;
    height: 0.25rem;
    width: 15%;
    margin-bottom: 2%;
}
}


