/* Overall css */
.nl-pnt-ms-content-area {
    background-color: #FFF;
    padding: 50px;
}

.nl-pnt-ms-content-area ul {
    list-style-type: none;
    margin: 0;
}

.nl-pnt-ms-main-text {
    color: #3498db;
}

/* Carousel */
#ms-property-carousel {
    margin-bottom: 20px;
}

#ms-property-carousel .slider {
    overflow: hidden;
}

#ms-property-carousel img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}

#nl-pnt-ms-card-desc {
    min-height: 100%;
}

/* Card css */
.card .card-header-title {
    color: #fff;
}

#card-properties {
    margin-bottom: 20px;
}

.icon i {
    color: #3498db;
    margin-right: 10px;
}

.card-image {
    width: 100%;
    height: 250px;
}

.inline-block {
    display: block;
}