body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Fraunces", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* Navbar */
.dropdown-toggle::after {
  display: none;
}

.text-decoration-none {
  text-decoration: none !important;
}

.icon-width {
  width: 2rem;
}

.nav-link {
  color: #93262A;
}

/* Banner */
@media only screen and (max-width: 767px) {
  .ban_img img {
      min-height: 290px;
      object-fit: cover;
  }
}

p {
  font-size: 25px;
  color: rgb(3, 3, 54);
  margin: 0;
}

.display-4 {
  margin-top: 10px;
  color: #f70911;
}

.container {
  text-align: center;
}

#items {
  background-color: rgba(250, 248, 244, 0.87);
  text-align: center;
}

#products {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px;
  width: 300px;
}
