/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.pour-les-patients-features-section {
    padding: 96px 0;
    background-color: #FAFCFF;
}

.pour-les-patients-features-section-title {
    font-size: 32px;
    line-height: 40px;
    font-family: "Urbanist-SemiBold";
    color: #2A2243;
    margin-bottom: 16px;
    text-align: center;
    margin-bottom: 48px;
}

.pour-les-patients-features-section-description {
    font-size: 20px;
    font-family: "Urbanist-Medium";
    line-height: 24px;
    color: #2A2243;
    text-align: center;
    max-width: 900px;
    margin: auto;
    margin-bottom: 16px;
}

.pour-les-patients-features-section-features-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.pour-les-patients-features-section-features-container-img {
    width: 45%;
    height: auto;
    padding-right: 48px;
}

.pour-les-patients-features-section-features-container-features-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feature-card {
    margin-bottom: 32px;
    margin-right: 32px;
    width: 50%;
}

.feature-card-title {
    font-size: 20px;
    font-family: "Urbanist-SemiBold";
    margin-top: 16px;
    margin-bottom: 16px;
}

.feature-card-description {
    line-height: 1.4;
}

.feature-card-list {
    list-style: disc;
    padding-left: 24px;
}

.feature-card-list li {
    line-height: 1.4;
}

.faq-section {
    background-color: #FAFCFF;
}

@media (max-width: 1130px) {
    .pour-les-patients-features-section-features-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .pour-les-patients-features-section-features-container-features-col {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .pour-les-patients-features-section-features-container-img {
        width: 100%;
        max-width: 600px;
        padding-right: 0;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-bottom: 0;

    }

    .feature-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        width: 100%;
        margin: 0 32px 32px 32px;
    }
}


@media (max-width: 768px) {
    .pour-les-patients-features-section-features-container-features-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .feature-card {
        width: 100%;
    }
.pour-les-patients-features-section {
    padding: 48px 0;
}
}