/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.property-types__intro {
  max-width: 72rem;
}
.property-types__list > li {
  border-top: 1px solid rgba(244, 241, 241, 0.1);
  padding: 3rem 0;
}
.property-types__list h3 {
  position: relative;
  padding-left: 1em;
}
.property-types__list h3::before {
  content: "";
  position: absolute;
  border-radius: 1px;
  background: #FAFAFA;
  width: 0.5em;
  height: 0.5em;
  left: 0;
  top: 0.4em;
}
@media screen and (min-width: 1300px) {
  .property-types__list .size-md {
    font-size: 2.4rem;
  }
}
.property-types__list img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
  object-fit: cover;
}
@media print, screen and (min-width: 46.875em) {
  .property-types__list .cell:first-child {
    padding-right: 5%;
  }
  .property-types__list .cell:last-child {
    padding-left: 9%;
  }
}
