/* Add this to your styles.css file or the respective CSS file */
.brandimage {
    max-width: 85%;
    height: auto;
    display: block; /* Ensures the image doesn't affect inline elements */
    margin: 0 auto; /* Center align */
    padding-bottom: 200px;
  }
  