/**
*  Special Paragraph First Letter
*/
.special-title {
  position: relative;
    font-family: "Fanwood Text", serif;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 3px;
  z-index: 1; 
}
      
.special-heading-letter:first-letter { 
  margin-right: -30px;
  font-size: 1.9em;
  color: #f66e5e;
  padding: 0 30px;
  border: 1px solid #f66e5e; 
}

.initiale { 
  position: relative;
    font-family: 'Cinzel Decorative', cursive;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  z-index: 1;
      margin-right: -30px;
  font-size: 1.9em;
  color: #f66e5e;
  padding: 0 30px;
  border: 1px solid #f66e5e;
}