.rental-listing {padding: 60px 0;}
.rental-listing .container {display: flex; flex-direction: column; gap: 35px;}
.rental-listing .container .row-gap {row-gap: 35px;}
.rental-listing .heading {font-size: 40px; line-height: 1.1; font-weight: 700; margin: 0; padding: 0; text-align: center;}
.rental-listing .heading:after {height: 3px; content: ''; width: 70px; background-color: var(--two); border-radius: 2px; display: block; margin: 35px auto 0 auto; top: 100%;}
.rental-listing p {text-align: center; margin: 0;}
.rental-listing .single-rent {display: flex; flex-direction: column;}
.rental-listing .single-rent img {width: 100%; height: 210px; object-fit: cover; display: block; border-radius: 10px 10px 0 0; filter: drop-shadow(0px 5px 25px rgba(0, 0, 0, 0.05));}
.rental-listing .single-rent .details {display: flex; flex-direction: column; padding: 30px; gap: 30px; filter: drop-shadow(0px 5px 25px rgba(0, 0, 0, 0.05)); background-color: var(--three); border-radius: 0 0 10px 10px;}
.rental-listing .single-rent .details a {font-family: 'Gloock', serif; font-weight: 300; color: var(--one); font-size: 24px; line-height: 1.2;}
.rental-listing .single-rent .details a:hover {opacity: 0.8;}
.rental-listing .single-rent .details a:after {height: 3px; content: ''; width: 70px; background-color: var(--two); border-radius: 2px; display: block; margin-top: 35px; top: 100%;}
.rental-listing .single-rent .details .description {color: var(--one);}
.rental-listing .button:last-child {display: flex; padding: 15px 40px; background-color: transparent; color: var(--three); border-radius: 5px; border: solid 1px var(--three); width: fit-content; margin: auto;}
.rental-listing .button:last-child:hover {border: solid 1px var(--two); color: var(--two); background-color: transparent;}

@media (max-width: 991.98px) {
	.rental-heading .container .row-gap {row-gap: 35px;}
}

@media (max-width: 767.98px) {
	.rental-listing .heading {text-align: center;}
	.rental-listing .heading:after {margin: 35px auto 0 auto;}
}