.featured-properties .property-box {
  width: 100%;
  display: flex;
  margin-bottom: 5%;
  flex-wrap: wrap;
}
.property-box .pro-image{
  width: 60%;
}
.pro-image img{
    width: 100%;
    border-radius: 20px 0 0 20px;
    height: 100%;
    object-fit: cover;
}
.property-content{
  width: 40%;
  border-radius: 0 20px 20px 0px;
  background-color: #f7f8f9;
  padding: 3% 5%;
  transition: all 0.5s;
}
.property-content h4{
  color: #181818;
  font-size: 27px;
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0;
}
.property-content h5{
  color: #4a4a4a;
  font-size: 20px;
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 25px;
}
.property-content .category{
  color: #000;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #4d4d4d;
  font-size: 18px;
}
.property-content h3{
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Poppins',sans-serif;
  color: #282828;
  line-height: 1;
}
.property-content h3 span{
  margin-top: 0;
  font-size: 20px;
  font-family: 'Poppins',sans-serif;
  font-weight: 400;
  color: #282828;
}
.property-content a{
  display: inline-block;
  padding: 5px 20px;
  text-decoration: none;
  color: #dd001a;
  background-color: transparent;
  border: 1px solid #dd001a;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'Poppins',sans-serif;
  font-weight: 400;
  transition: all 0.5s;
}
.property-content a:hover{
  color: #fff;
  background-color: #dd001a;
  border: 1px solid #dd001a;
  font-family: 'Poppins',sans-serif;
  font-weight: 400;
}
ul.tags{
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  color: #fff;
  gap: 5px;
  text-transform: uppercase;
  font-size: 16px;
}
ul.tags li:nth-child(1){
  background-color: #2c2c2c;
  padding: 5px 10px;
  border-radius: 4px;
} 
ul.tags li:nth-child(2){
  background-color: #dd001a;
  padding: 5px 10px;
  border-radius: 4px;
} 

.pro-icon-box{
  display: flex;
  align-items: center;
  margin-bottom: 5%;
}
.pro-icons{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4c4b4b;
}
.pro-icons:nth-child(2){
  padding-inline: 20px;
}
.pro-icons img{
  width: auto !important;
}
.pro-icons p{
  margin: 0;
}

.property-categories{
	display: flex;
    gap: 30px;
	flex-wrap: wrap;
}
.property-category {
  padding: 10px;
  width: calc(33.33% - 20px);
  background-color: #e9eaeb;
  border-radius: 10px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.property-category h3, .property-category p{
margin-bottom: 0;
}
.property-category h3 a {
color: #1f1e1e;
}
.property-category p{
color: #6a6a6a;
}

.pagination{
	text-align: center;
}
.page-numbers {
  color: #dd001a;
  padding: 5px;
  background: #e0e0e0;
  width: 50px;
  display: inline-block;
  height: 50px;
  border-radius: 5px;
  line-height: 35px;
}
.page-numbers.current {
  color: #fff;
  background: #dd001a;
}