.rei-land-property-features-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rei-land-property-features-wrap:after {
  content: "";
  flex: auto;
}
.rei-land-property-features-item {
  flex-basis: 20%;
  text-align: center;
  margin: 20px 0;
}
.rei-land-property-features img, .rei-land-property-features svg {
  width: 40px;
  height: 40px;
  fill: #244D4D;
}
.rei-land-property-features h3 {
  color: #569863;
  font-size: 18px;
  margin: 5px 0;
}
.rei-land-property-features p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #A4A4A4 !important;
  margin: 5px 0;
}
.editor-styles-wrapper .rei-land-property-features p {
  font-size: 12px;
}
