.son-daireler{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.son-daireler .splide__list{
  padding: 2px !important;
}
.flats__card-image-wrapper.aspect-3-2{
  aspect-ratio: 3/2;
}
.flats__card-image-wrapper.aspect-3-2 img{
  object-fit: cover;
  height: 100%;
  object-position: center;
}