 #map {
   width: 100%;
   height: 800px;
   box-shadow: 5px 5px 5px #888;
 }

 .accordion-small .accordion-button {
   padding: 0.5rem 0.75rem;
   /* Smaller padding for the button */
   font-size: 0.5rem;
   /* Smaller font size for the button text */
 }

.label-villas {
   color: #fff;
   font-weight: bold;
   background-color: #000;
   border: 0px;
   border-radius: 10px;
   box-shadow: 1px;
   font-size: 1.2em;
}

.my-label {
   color: #000;
   font-weight: bold;
   background: transparent;
   border: 0;
   box-shadow: none;
   font-size: 1.5em;
 }