.theContentArea{
  background-color: rgb(245,245,245); 
  padding: 35px;  
}

.concierge_wrapper{
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: space-between; 
  align-items: flex-start; 
}

.concierge_table_area{
  flex-basis: 20%;   
  position: sticky; 
  top: 20px; 
}

.concierge_services_area{
  flex-basis: 75%;   
}

@media screen and (max-width: 800px){
  
  .concierge_table_area{
    flex-basis: 100%; 
    position: static;    
  }

  .concierge_services_area{
    flex-basis: 100%;   
  }
 
}



.concierge_services_area__inner_wrapper{
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: space-between; 
}

.concierge_services_card{
  flex-basis: 48%; 
  margin: 20px 1%; 
  border: 1px solid rgb(200,200,200);  
}

@media screen and (max-width: 700px){
  
  .concierge_services_card{
    flex-basis: 100%; 
    margin: 20px 0%; 
    border: 1px solid rgb(200,200,200);  
  }
  
}

.conImage{
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  height: 250px; 
}

.con_inner_content{
  padding: 15px 20px;   
}


.linkBox{
  border: 1px solid rgb(200,200,200); 
  padding: 20px; 
  margin-top: 20px;  
  margin-bottom: 20px;   
}

.link_menu{
  list-style-type  
}

.link_menu__Item{
  padding-bottom: 8px;   
  font-size: 19px; 
}

.link_menu_____Link{
  color: black; 
  text-decoration: none;  
}

.what_we_provide__mainTitle{
  text-align: center;    
}









