.hero-section .quicklinkbutton-wrapper {
    padding: 4px 80px;
}

.banner-image {
    max-width: 300px; /* use a fixed max-width */
    width: 20%;        /* optional: relative width */
    height: auto;      /* maintain aspect ratio */
    display: block;    /* needed for margin auto centering */
    margin: 0 auto;    /* centers the image horizontally */
padding-bottom:20px;
}