.listings-elementor-widget{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.officespace-listing{
  flex: 1 1 250px;
  border: 0 solid #818a91;
  border-radius: 10px;
  margin: 1%;
  webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
  background: white;
}
.officespace-listing:hover{
  background: #e9efd8;
}

.officespace-listing a{
  text-decoration: none;
  color: black;
}
.officespace-listing span.helper {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.officespace-listing a > div.image {
  width: 100%;
  height: 300px
}
.officespace-listing a > div.image > img {
  max-width: 95%;
  max-height: 300px;
  vertical-align: middle;
}
.officespace-listing a > div {
  width: 100%;
  text-align: center;
  padding-top: 5%;
}
.officespace-listing a .address{
  margin-top: 3%;
  font-weight: bold;
  font-size: 16px;
}
.officespace-listing a .sqft_size {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #7a7a7a;
}
.officespace-listing a .city-state{
  color: #8fad3d;
}
.listings-call-to-action{
  text-align: center;
  margin-top: 3%;
}
.listings-call-to-action a {
  color: #fff;
  border-radius:8px;
  text-decoration:none;
  background: #8fad3d;
  font-weight: 300;
  padding: 12px 24px 12px 24px;
}
.listings-call-to-action a:hover{
  box-shadow: none!important;
  color: white!important;
}

