    .anjani-container {
      width: 100%;
      margin: 20px auto;
      font-family: Arial, sans-serif;
      line-height: 1.6;
      overflow: hidden; /* Clears the float and ensures proper wrapping */
      /* background: linear-gradient(to right, #f5f5f5, #e8e8e8);  Background gradient similar to the image */
      padding: 20px;
      border-radius: 10px;
    }
    .anjani-container-image {
      width: 150px;
      margin: 0 20px 0px 20px; /* Margin to create space around the image */
      border-radius: 8px;
    }
    .anjani-container-name-box {
      display: inline-block;
      background-color: #f8f9fa; /* Light background for name and title */
      padding: 10px 20px;
      border-radius: 8px;
      margin-bottom: 15px;
      text-align: left;
    }
    .anjani-container-name {
      font-size: 24px;
      font-weight: bold;
      color: #1a3c66; /* Dark blue color for the name */
      margin: 0;
    }
    .anjani-container-title {
      font-size: 16px;
      color: #333;
      margin: 0px;
    }
    .anjani-container-text {
      width: 100%; /* Ensures text takes full width of container */
      box-sizing: border-box; /* Prevents padding/margin issues */
      font-size: 14px;
      color: #333;
			text-align:justify;
			font-family:poppins;
    }