/*** 
=============================================
   Testimonial Style1 Area Css
=============================================
***/

    .testimonial-style1__title .sec-title {
      position: relative;
      display: inline-block;
      color: black; /* Original text color */
    }

    /* Underline in red color */
    .tent-style1__title .sec-title::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 7px;
      bottom: -15px;
      left: 0;
      background-color: #444137; /* Red color for underline */
    }
    .tent-style2__title .sec-title::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 7px;
      bottom: 15px;
      left: 0;
      background-color: #444137 ; /* Red color for underline */
    }