.about{
    padding: 130px 0;
    .header_sec{
        h4{
          font-size: 35px;
          font-weight: 700;
          text-transform: uppercase;
          color: $primaryColor;
          letter-spacing: 1px;
        }
    }
    .about_wrapper{
          .about_wrap{
              border-bottom: 1px solid #aeacac; 
              padding: 20px 0;
              h5{
                font-size:  20px;
                font-weight: 500;
                color: $black; 
              }
              h6{
                font-size:  18px;
                font-weight: 400;
                color: $text; 
              }
          }
    }
}