.listing-cs .item {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 0;
  border-radius: 10px; 
  border: 15px solid #fff;
  width: 23%;
  position: relative;
}
.listing-cs .item img{width:100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;}

.listing-cs .items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.listing-cs h4 {
    font-size: 18px;
    font-weight: 600;
    color: #202020;
    z-index: 9999;
    position: relative;
    margin-bottom: 50px;
}

 
.listing-cs a {
    position: relative;
    z-index: 9999;
    display: inline-block;
    background: rgba(15, 82, 80, 1);
    color: #fff !important;
    text-decoration: none !important;
    padding: 8px 20px 8px 40px;
    border-radius: 30px;
    font-size: 14px;
    background-image: url("https://3284307.fs1.hubspotusercontent-na1.net/hub/3284307/hubfs/Group%201597884522.png?t=1756138051172&width=860");
    background-repeat: no-repeat;
    background-position: 15px center;
    position: absolute;
    bottom: 0;
}
 


@media (max-width:600px){
.listing-cs .item {
  width: 100%;
}