Post-Title design

 Underline post Title 

  text-align:center;
  font-family: 'Cinzel', serif;
  word-spacing:3px;
  padding:15px!important;
  margin:80px 30px -10px 30px;
  font-size: 15px;
  letter-spacing: 4.2px;
  font-weight:700;
  text-transform:uppercase;
  color:#CC1B00;
  border-bottom:1px solid #eee;
  display:block;

Left Underling


.grid-container2 h2 span {

    position: relative;
    padding-bottom: 15px;

   
}

.grid-container2 h2 span::after {

    position: absolute; 
    left:0;
    bottom: 0; 
    width: 50%; 
    height: 5px; 
    border-bottom: 3px solid #dfbb8f; 
    content: ""    


    
}