.area-section {
    width: 100%;
    min-height: 400px;
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
}

.area-section .propertyDetailList {
    margin-top: 0px !important;
}