*{
    margin:0;
    padding:0;
}
.top_contact{
    background-color: white;
    padding: 5px;
    border-radius: 10px;
}

.product-item {
    display: flex; /* or grid */
    flex-direction: column; /* For flexbox layouts */
}
.text-brand{
    color:#ff3131 !important;
}

@media (max-width: 700px) {
  #product-carousel .carousel-inner img {
    height: auto !important;  /* or whatever height you want */
    object-fit: cover; /* optional: to keep image aspect ratio nicely */
  }
}