/*Codes couleur*/ 
:root{
    --bg-body-1: #F8F8FF;
    --bg-body-: rgb(229, 229, 226);
    --border : #1ABC9C;
    --cta : #FF5841;
    --text-main: #333333;
    --text-titles: #2C3E50;
    --font-family-main: 'Lobster two', sans-serif;
    --font-family-secundary: 'Mulish', sans-serif;
    }

#banner {
    background-color: white;
}

.preview-container-villa img {
    height: 500px;
}

.preview-txt {
    bottom: 185px;
}

.terms_text-sub {
    font-weight:700;
}

.terms_text {
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 2em 3em 3em 3em;
    color:var(--text-titles)
}

/* --------------------------------------------------MEDIA QUERIES */
@media screen and (max-width: 991px) {
    .terms_text {
        padding-top:1em;
    }

    .preview-container-villa {
        margin-bottom: 1em;
    }
}




