.gallery-loghi {
    padding-bottom: 20px;
    background-color: #f7f7f7 !important;
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-left: 55px;
    grid-gap: 0.5rem;
    justify-items: center;
    align-items: center
    margin: auto;
    max-width: 1900px;
  }


@media (min-width: 600px) {

}
  

@media (min-width: 900px) {

}
@media (min-width: 900px) {
  .gallery-wrapper-loghi {
    display: grid;
    grid-gap: 0.5rem;
  }
}

.gallery-image-loghi img {
    max-width: fit-content;
  padding: 5px;
    height: 75px;
}

@media only screen and (max-width: 768px) {

  .gallery-loghi{
 background-color: #f7f7f7 !important;
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-top: 20px;
    grid-gap: 0.5rem;
    justify-items: center;
    margin: auto;
    max-width: 1500px;
  }
  .gallery-loghi {
        padding-left: 10px; /* Adjust padding as needed */
        padding-right: 10px; /* Add padding to the right for symmetry */
        max-width: 100%; /* Adjust max-width to fit mobile screens */
    }
    }