.property-item,.testimonials-slide{
      width: 90% !important;
      margin-left: 33px !important;
}

.Home-banner-section {
    position: relative;
    padding: 137px 0px;
    background: url(../../../storage/images/villa.jpg) center center / cover no-repeat;
    background-position: center center;
    overflow: hidden;
}

.property-card .property-listing-item .buy-grid-img a::after {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}



