.places-item {
    padding: 20px;
    background-color: #f6f6f6;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 3px 6px 4px rgba(0, 0, 0, 8%);
    width: 49%;
}
.places-item img{
 width:100%; 
  height:400px;
  object-fit:cover;
}
.places-img {
    margin-bottom: 20px;
}
.place-head h4{
 margin-bottom:10px; 
}
.place-head{
 margin-bottom:15px; 
}
.places-item li{
     list-style: initial;
  text-decoration:underline;
  margin-bottom:16px;
}
.places-item ul{
 padding-left:24px; 
}
.places-list{
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
    margin-bottom: 30px; 
}