.site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.site-content {
 flex: 1;
}
.propertybn{
    font-weight:400 !important;
    font-size: inherit !important;
}
