
.title-2 {
    color: white; /* Set title color to white */
    transition: color 0.3s ease; /* Smooth transition for hover */
	background-color: rgba(7, 78, 139, 0.5); /* 60% opacity */
/* background-color: rgba(0, 0, 0, 0.6);  Dark background with 70% opacity */
    padding: 20px; /* Add some padding for better spacing */
    border-radius: 5px; /* Optional: Add rounded corners */
    transition: background-color 0.3s ease; /* Smooth transition for hover */
	 font-size: 30px;
  /*font-weight: 600;*/
}

/* Optional: Hover effect for the title */
/*
.title-2:hover  {
    color: white; 
*/	
/* Change title color on hover */
}