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

.latest-blog-posts {
background-color: #F8F4EC;
    border-radius: 28px;
    padding: 16px;
    margin-bottom: 48px;
}

.latest-blog-posts>.container {
padding: 0 !important;
}

.latest-blog-posts .title-section__titre * {
color: #2A2243 !important;
}


.latest-blog-posts__title {
font-size: 32px;
line-height: 42px;
font-family: "Lato-SemiBold";
color: #2A2243;
    text-align: center;
    margin-bottom: 32px;
}

.latest-blog-posts__title--highlight {
color: #4A90E2;
}

.latest-blog-posts__subtitle {
font-size: 16px;
line-height: 1.6;
    color: #2A2243;
font-family: "Lato-Regular";
text-align: center;
    margin: 0 auto 48px auto;
    max-width: 800px;
}

.latest-blog-posts__grid {
display: -webkit-box;
display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
padding-top: 16px;
}

.latest-blog-posts__grid .blog-card {
max-width: inherit;
}

.latest-blog-posts__grid .blog-card .blog-card__img-container {
height: 295px;
}

@media (max-width: 1325px) {
.latest-blog-posts__grid {
-webkit-box-pack: start;
    -ms-flex-pack: start;
justify-content: flex-start;
}

.blog-card {
    width: calc(50% - 16px);
-webkit-box-flex: inherit !important;
    -ms-flex: inherit !important;
flex: inherit !important;
}
}

@media (max-width: 1120px) {
.latest-blog-posts__grid {
        padding-bottom: 0;
    }
}

@media (max-width: 907px) {
.blog-card {
        width: 100%;
    }
}

@media (max-width: 768px) {
.latest-blog-posts__title {
font-size: 24px;
    line-height: 1.4;
}
}

@media (max-width: 550px) {
.latest-blog-posts__grid {
-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.latest-blog-posts {
padding: 48px 0;
}
}