img#banner-specialty {
    max-height: 150px !important;
    max-width: 370px;
    margin: -15px 0;
}

div.banner-container {
    background: transparent !important;
}

.banner-image {
    display: flex;
    justify-content: center;
}

.banner-image img {
   width: 70% !important;
}

.btn-default {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box; /* optional but ensures padding/border is included in width */
}