
/*.MainWrapper{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    border-radius: 24px;*/
/*    overflow: hidden;*/
/*}*/

/*div.list_content_container{*/
/*    height: 100%;*/
/*    padding: 24px;*/
/*    row-gap: 24px;*/
/*}*/

/*.HeadingContainer{*/
/*    width: 100%;*/
/*    height: auto;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: flex-start;*/
/*    padding: 0 0 24px 0;*/
/*}*/

/*.HeadingWrapper{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: space-between;*/
/*    height: auto;*/
/*    width: 100%; */
/*    align-items: center;*/
/*    margin-bottom: 8px;*/
/*}*/

.List_Heading_Content .Heading_Wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
    align-items: center;
    margin-bottom: 8px;
}
.List_Heading_Content .Heading{
    color: #092854;
    font-family: Comfortaa;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.List_Heading_Content .New_Room_Btn {
    display: flex;
    height: 40px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #1A71F6;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.List_Heading_Content .Info_Wrapper{
    text-align: left;
    width: 100%;
    height: auto;
}

.List_Heading_Content .Info_Text{
    color: #0C1E42;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.List_Row_Content{
    align-items: center;
}

.Amenities{
    width: 90%;
}