.description-interior {
  margin-top: 3rem;
  text-align: justify;
}

.gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}

.foto-gallery {
  box-shadow: 0 8px 24px hsla(228, 66%, 45%, 0.6);
  width: 25rem;
}

.interior {
  color: var(--text-color-light) !important;
  margin-bottom: 1rem;
  margin-top: 3rem;
}

.container__interior1 {
  margin-top: 5rem;
}

@media screen and (min-width: 767px) {
  .container__interior {
    max-width: 50rem;
  }

  .gallery {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
  }

  .foto-gallery {
    width: 20rem;
  }
}
