/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/


.owl-carousel .owl-item img {
    width: 110%; /* Make image take full width of its container */
    height: auto; /* Make image take full height of its container */
    object-fit: cover; /* Scale image to cover the container, maintaining aspect ratio */
    max-width: initial; /* Reset max-width from the carousel's default */
    display: block; /* Prevent extra space below the image */
margin: -10px;

}



.bottone {
  background-color: #88a33e;
  border: 1px solid #fff;
  color: white;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}

