.innerPage_banner {
    background-image: url("../Images/product/product-banner.png");
    background-size: cover;
    background-position: center center; 
    background-repeat: no-repeat;
    height: 18.75rem;
    background-color: #ddd;
}

.brands p{
    color: var(--bs-body-color);
    line-height: 1.5em;
    font-size: 0.9rem;
}

.brands img {
    width: auto !important;
    height: 2.5rem !important;
    margin-bottom: 1rem;
}