.rera-property-home-wrap {
    padding: 70px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @media (max-width: 1199.98px) {
    .rera-property-home-wrap {
      padding: 60px 0 30px;
    }
  }
  @media (max-width: 767.98px) {
    .rera-property-home-wrap {
      padding: 30px 0 10px;
    }
  }
  
  .property-rera {
    max-width: 31%;
    margin-bottom: 35px;
    display: block;
    margin-right: 3.5%;
  }
  @media (max-width: 767.98px) {
    .property-rera {
      max-width: 100%;
      margin-right: 0;
      width: 100%;
    }
  }
  .property-rera:nth-last-child(1) {
    margin-right: 0;
  }
  .property-rera .top-rera {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
  }
  @media (max-width: 991.98px) {
    .property-rera .top-rera {
      margin-bottom: 25px;
    }
  }
  .property-rera .top-rera span {
    position: absolute;
    bottom: 12px;
    left: 16px;
    padding: 6px 10px;
    background: #b11116;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .property-rera .top-rera figure {
    height: 280px;
    margin: 0;
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
  }
  @media (max-width: 1199.98px) {
    .property-rera .top-rera figure {
      height: 220px;
    }
  }
  .property-rera .top-rera figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .property-rera .bottom-rera h5,.property-rera .bottom-rera h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  @media (max-width: 767.98px) {
    .property-rera .bottom-rera h5,.property-rera .bottom-rera h3 {
      margin-bottom: 10px;
    }
  }
  .property-rera .bottom-rera h6, .property-rera .bottom-rera h4 {
    color: #1C1C1C ;
    font-weight: 300;
    font-size: 14px;
  }
  .property-rera:hover .top-rera figure {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }