/* ===== Base Styles ===== */
.p_sections  {
  text-align: left;
  padding-left: 20px;
  }
  .title_sections  {
  text-align: left;
  padding-left: 20px;
  }
  .heading-with-line::after{
      content: '';
    display: inline-block;
    width: 7px;
    height: 40px;
    background-color: #30241B;
    padding-right: 8px;
    vertical-align: middle;
    margin-bottom: 5px;
  }
  
    .heading-with-line::before{
      content: '';
    display: none;
 
    
  }