#banner {
    background-color: aliceblue;
}

.carousel .carousel-indicators button {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

/*PROPERTIES*/
.property-item {
    text-align: center;
}

.property-item a {
    display: block;
    height: 200px;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;

}

.property-item a img {
    width: 100%;
    height: 100%;
    transition: transform .3s;
    object-fit: cover;
}

.property-item a:hover img {
    transform: scale(1.1);
}

.property-item h6 {
    margin-top: 15px;
    margin-bottOm: 0;
    color: #122ca9;
}

.property-item span {
    text-transform: uppercase;
    font-size: 12px;
}


/*WHY INVEST*/
#invest {
    background-image: url(../img/bg-invest.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#invest h2 {
    color: #fff;
}

#invest h4 {
    font-size: 20px;
    color: #eee;
    font-weight: 600;
}

#invest p {
    color: #fff;
}

.invest-icon {
    color: #fff;
    margin-right: 15px;
}

#invest .fader {
    background-color: #021f51;
    opacity: .8;
    height: 100%;
    width: 100%;
}

.card-item {
    border-left: 1px dashed #eee;
    text-align: center;
}

/*WHY INVEST END*/

/*PROPOSITION*/

#proposition .row {
    margin-top: 20px;
}

#proposition .topic h4,
#proposition .topic p {
    text-align: right;
}

#proposition .topic h4 {
    color: #122ca9;
    font-size: 16px;
    font-weight: 700;
}

.lead-list {
    text-align: left;
}

.lead-list .list::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    margin-right: 10px;
}

/*PROPOSITION END*/

/* Styles for screens 768px and wider (tablets/desktops) */
@media screen and (max-width: 768px) {

    #proposition .topic h4,
    #proposition .topic p {
        text-align: left;
    }

    .header-title,
    .header-text {
        text-align: center;
    }

    .property-item a {
        height: 250px;
    }
}