/* * {
	font-family: sans-serif;
} */

.card-img-top {
  height: 200px;
  /* Adjust the height as needed */
  object-fit: cover;
}

.smaller-image {
  width: 50%;
  /* Adjust the width to make the image smaller */
  height: auto;
  /* Maintain the aspect ratio */
}

/* Logo styling */
.navbar-logo {
  max-width: 30px;
  /* Adjust the size as needed */
  height: auto;
  /* Maintain aspect ratio */
  margin-right: 10px;
  /* Add spacing between logo and text */
}