﻿.center-content {
    display: flex;
    gap: 35px;
    flex-direction: column;
    padding: 36px 5% 50px;
}

.title-div {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
}

.subtitle {
    width: 472px;
    display: block;
    color: #636363;
}

    .subtitle p {
        text-align: initial;
        display: block;
    }

    .subtitle p,
    .subtitle b {
        font-size: 20px;
    }


.cie-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
}

    .cie-title.associe {
        margin-left: 4px;
    }

.cie-subtitle {
    font-weight: 600;
    max-width: 450px;
    text-transform: uppercase;
    font-size: 53px;
    line-height: 50px;
    color: var(--secondary-color);
}

.title-div p {
    margin: 5px 0;
    font-size: 16px;
}


.line {
    width: 100%;
    height: 1px;
    background: #dbdbdb;
}

/*.title-div {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
}

.title-div p {
    margin: 5px 0;
    font-size: 16px;
}
*/
.form-contact {
    display: flex;
    min-height: 72vh;
}

.property-main-features li {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: grey;
}

.property-main-features {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

@media screen and (max-width: 950px) {
    .title {
        max-width: initial;
    }
    .center-content {
        gap: 20px;
    }
    .subtitle {
        width: 100%;
    }

    .cie-title span {
        font-size: 8rem;
        line-height: 85px;
    }
    .info-icon i {
        padding: 10px;
        font-size: 25px;
    }

    .post-img {
        width: 450px;
    }

    .cie-subtitle {
        width: 100%;
    }

        .cie-subtitle p {
            padding: 0px 15px;
        }
}

@media screen and (max-width: 650px) {
    .with-content {
        padding: 4vh 5px;
        gap: 20px;
    }

    .title span {
        font-size: 7rem;
        line-height: 65px;
    }
}

@media screen and (max-width: 450px) {
    .subtitle p, .subtitle b {
        font-size: 17px;
    }

    .center-content {
        display: flex;
        flex-direction: column;
    }

    .cie-subtitle {
        font-size: 37px;
        word-break: break-word;
    }

    .cie-title {
        font-size: 22px;
    }

    .cie-title-div p {
        font-size: 15px;
    }
}

@media screen and (max-width: 390px) {
    .title span {
        font-size: 5rem;
        line-height: 63px;
    }
}