/* Container to hold the logo and text */
.col-sm-8.col-md-7 {
  display: flex; /* Aligns content horizontally */
  align-items: left; /* Vertically centers the content */
}

/* Logo size and spacing */
.logoclassinsidemenu {
  width: 40px; /* Adjust the size of the logo */
  height: auto; /* Maintain aspect ratio */
  margin-right: 10px; /* Space between logo and text */
}

/* Adjust the text (h4) */
h4 {
  text-align: left; /* Align text to the left */
}
