body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f5f5f5;
  color: #222;
}

.housing-gallery {
  max-width: 1100px;
  margin: 3rem auto;
  padding: 1.5rem;
  background: #fff;
  border-radius: 1rem;
}

.housing-gallery__intro {
  max-width: 1300px;
  margin-bottom: 1.5rem;
}


.housing-gallery h2 {
  margin: 0 0 0.5rem;
  font-size: 2rem;
}

.housing-gallery p {
  line-height: 1.5;
}

.housing-splide img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 0.75rem;
  display: block;
}

.housing-splide a {
  display: block;
}

.housing-splide {
    margin-bottom: 20px;
}



/*blin-related-div*/
#div-section-0 {
    position: relative;
    margin-top: -60px;
}



@media screen and (max-width: 768px) {
    #div-section-0 {
        position: relative;
        margin-top: 60px;
    }
}