#featuredListings {
  background: #365b7a;
  color: white;
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  width: 100%;
    max-width: 2004px;
    margin: 0 auto;
}

a .featuredListing__floorplan-btn {
  display: inline-block;
}

.featuredListing__floorplan-btn {
  background: white;
  color: #1b5a7d !important;
  border: 1px solid #1b5a7d !important;
  padding: 10px 20px 12px 20px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

.featuredListing__floorplan-btn:hover {
  color: white !important;
  background: #1b5a7d !important;
}

.featuredListings__container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1624px;
  margin: auto;
  gap: 15px;
}

.featuredListings__item {
  background: white;
  color: #1b5a7d;
  padding: 25px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.featuredListings__title h3,
.featuredListings__price h4,
.featuredListings__availability h4 {
  margin: 0;
}

.featuredListings__price h4,
.featuredListings__availability h4 {
  font-size: 20px !important;
  text-align: center;
}

.featuredListings__availability {
  display: flex;
  justify-content: center;
  flex: 0 0 20%;
  text-align: center;
}

.featuredListings__title {
  flex: 0 0 20%;
}

.featuredListings__vrtour img {
  height: 40px;
}

@media screen and (max-width: 1366px) {
  .featuredListings__title {
    flex: 0 0 15%;
  }

  .featuredListings__availability {
    display: flex;
    justify-content: center;
    flex: 0 0 15%;
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .featuredListings__container {
    gap: 25px 0;
  }

  .featuredListings__item {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    gap: 0;
  }

  .featuredListings__title {
    display: flex;
    align-items: center;
    flex: 0 0 50%;
    justify-content: center;
    border-bottom: 1px solid #1b5a7d;
    border-right: 1px solid #1b5a7d;
    box-sizing: border-box;
    height: 85px;
  }
  .featuredListings__floorplan {
    display: flex;
    align-items: center;
    flex: 0 0 50%;
    justify-content: center;
    border-bottom: 1px solid #1b5a7d;
    box-sizing: border-box;
    height: 85px;
    order: 0;
    padding: 10px;
  }

  .featuredListings__price {
    display: flex;
    align-items: center;
    flex: 1 0 33%;
    justify-content: center;
    border-bottom: 1px solid #1b5a7d;
    border-right: 1px solid #1b5a7d;
    box-sizing: border-box;
    height: 85px;
    order: 1;
  }

  .featuredListings__vrtour {
    display: flex;
    align-items: center;
    flex: 1 0 33%;
    justify-content: center;
    border-bottom: 1px solid #1b5a7d;
    border-right: 1px solid #1b5a7d;
    box-sizing: border-box;
    height: 85px;
    order: 3;
  }

  .featuredListings__availability {
    display: flex;
    align-items: center;
    flex: 1 0 33%;
    justify-content: center;
    border-bottom: 1px solid #1b5a7d;
    box-sizing: border-box;
    height: 85px;
    order: 4;
    padding: 10px;
  }

  .featuredListings__booknow {
    flex: 0 0 100%;
    order: 6;
    justify-content: center;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 450px) {
  #featuredListings {
    padding: 50px 25px;
  }

  .featuredListings__title {
    flex: 0 0 100%;
    border-right: 0;
  }

  .featuredListings__floorplan {
    flex: 0 0 100%;
    border-bottom: 1px solid #1b5a7d;
    border-right: 0;
  }

  .featuredListings__price {
    flex: 0 0 50%;
    border-bottom: 1px solid #1b5a7d;
    border-right: 1px solid #1b5a7d;
    flex: 0 0 50%;
  }

  .featuredListings__vrtour {
    flex: 0 0 50%;
    border-bottom: 1px solid #1b5a7d;
    border-right: 0;
  }

  .featuredListings__availability {
    flex: 0 0 100%;
    border-bottom: 1px solid #1b5a7d;
    border-right: 0;
  }
}
