#placements .swiper {
   max-height: 140px;
}

.btn-geodir{
   right: 8px!important;
   bottom: 0;
}

.color-text{
   color: #eb0253;
}

.hotel_facilities{
   column-count: 2;
   font-size: 14px;
}

.offer-name{
   font-size: 18px;
   margin-bottom: 8px;
}

.price{
   font-size: 20px;
   
   position: absolute;
   right: 150px;
   bottom: 0px;

}

.description p{
   padding-bottom: 0;
}

.placement:nth-child(even){
   background-color: #f8f8f8;
}

.img-small{
   width: 16px;
   margin-right: 5px;
}

li i{
   margin-right: 5px;
}

.room-detail{
   font-size: 14px;
}
.description {line-height: 1.2;
    font-size: 85%;
    padding: 10px;
    background: #f6f6f6;
    border-radius: 3px;}
.hotel_facilities {font-size: 85%;}
@media (max-width:900px){
   .btn-geodir{
      position: relative !important;
      width: 125px;
      align-self: end;
      right: 0 !important;
   } 
}