.item {
  width: 800px; /* Fixed width for consistency */
  height: 800px; /* Fixed height */
  overflow: hidden; /* Ensures no overflow */
}

.item-c {
  height: 350px; /* Fixed height */
  overflow: hidden; /* Ensures no overflow */
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image fills the container */
  object-position: center center; /* Centers the image both horizontally and vertically */
}

.content-center {
  display: flex;
  justify-content: center;
}
#project-details #project-details-desktop {
  text-align: center;
  margin-top: 40px;
  padding: 20px;
  background-color: #f8f9fa; /* Light gray background */
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

#project-details h3, #project-details-desktop h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  text-transform: uppercase;
}

#project-details p, #project-details-desktop p {
  font-size: 18px;
  margin: 5px 0;
  color: #555;
}

#project-details strong, #project-details-desktop strong {
  color: #222;
  font-weight: 600;
}
.details-container {
  margin-bottom: 25rem;
}
.legale-links ul {
  list-style: none; /* Remove default bullets */
  padding: 0;
  margin: 0;
  display: flex; /* Arrange items horizontally */
  gap: 15px; /* Add spacing between links */
  justify-content: center; /* Center the links */
}

.legale-links ul li {
  display: inline;
}

.legale-links a {
  text-decoration: none;
  color: #9e9e9e;
  font-weight: bold;
}

.legale-links a:hover {
  text-decoration: underline;
}
.w-1b2 {
  width: 50%;
}
.m-t-4 {
  margin-top: 4rem;
}
.d-flex {
  display: flex;
}
.justify-content-around {
  justify-content: space-between;
}

#owl-gal .item-c {
  display: block;
  padding: 15px 0px;
  margin: 0 auto;
  text-align: center;
}
.item-c img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image fills the container */
  object-position: center center; /* Centers the image both horizontally and vertically */
}
