@media (max-width:500px){
    .breadcrumb {
justify-content: center;
font-size: 25px !important;
}
}

@media (max-width:500px){
    .prod {
    padding-top: 20px;
    padding-bottom: 1px;
    align-content: center;
}
}


@media (max-width:500px){
    .footer-brand .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
}
