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

.comment-ca-marche {
    position: relative;
    padding: 96px 0;
    overflow: hidden;
}

.comment-ca-marche .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.comment-ca-marche .light-blue-circles {
    position: absolute;
    top: -500px;
    left: -600px;
    height: auto;
    width: 1200px;
    z-index: -1;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.comment-ca-marche__title {
    font-size: 32px;
    font-family: "Urbanist-SemiBold";
    color: #2A2243;
    text-align: center;
    margin-bottom: 16px;
}

.comment-ca-marche__subtitle {
    font-size: 24px;
    line-height: 32px;
    font-family: "Urbanist-Medium";
    color: #2A2243;
    text-align: center;
}

.comment-ca-marche__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 48px;
    padding: 48px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.comment-ca-marche__steps .search-bar-container {
    width: 100%;
    pointer-events: none;
    margin-top: 16px;
}

.comment-ca-marche__step {
    width: 370px;
    color: white;
    padding: 16px;
    padding-bottom: 0;
    border-radius: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
}

.comment-ca-marche__step-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background-color: #2A2243;
    border-radius: 28px;
    z-index: -1;
}

.comment-ca-marche__step-title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 165px;
}

.comment-ca-marche__step-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-family: "Urbanist-Medium";
    line-height: 1.6;
}

.comment-ca-marche__step-number {
    padding: 16px;
    background-color: white;
    margin-right: 16px;
    font-family: "Urbanist-SemiBold";
    color: #2A2243;
    font-size: 32px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.comment-ca-marche__step-image {
    width: 170px;
    margin-top: 32px;
    height: auto;
    border-radius: 28px;
}

@media (max-width: 820px) {
    .comment-ca-marche__step-title-container {
        height: auto;
    }
}
@media (max-width: 768px) {
    .comment-ca-marche__title {
        font-size: 24px;
    }

    .comment-ca-marche__subtitle {
        font-size:20px;
    }

    .customer-testimonials__title {
        font-size: 26px !important;
    }
.comment-ca-marche {
    padding: 48px 0;
}
}

@media (max-width: 380px) {
    .comment-ca-marche__step {
        width: 100%;
    }
}