/* ------- Main styles for galerie ------- */

main.flats{
  font-size: 1.6vw;
}

/* Undeline of galerie heading*/
.borderWidth{
  width: 90%;
  margin-left: 5%;
}

/* parents Container for grid */
.parentsFlats{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin: 20px 10px;
}

/* Child container */
.itemFlat{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  text-align: center;
  max-width: 100%;
}

/* Center only the text in parents galerie */
.text{
  padding: 0 30px;
}

/* Center the text container included the heading */
.itemTextFlat{
  padding: 30px 6px;
  height: 260px;
}

/* Style for the heading rental period */
.rentalPeriod{
  color: grey;
  font-size: 22px;
}