section.concierge-sec .head-sec{
  margin-bottom: 40px;
}
section.concierge-sec img{
 width:100%;
  height:350px;
  object-fit:cover;
  margin-bottom:15px;
}
section.concierge-sec h5{
     margin-bottom: var(--m15);
    font-family: var(--heading-font); 
}
section.concierge-sec li{
      color: var(--black-color);
    font-size: var(--f16);
    line-height: 27px;
    letter-spacing: 0.05em;
    font-weight: 400;
  margin-bottom:10px;
  list-style:initial;
}
section.concierge-sec ul{
 list-style:disc; 
  padding-left:15px;
  margin-bottom:20px;
}