/* section-1 */
.section-1 {
    padding-top: clamp(40px, 2.77777778vw, 2.77777778vw) !important;
    padding-bottom: clamp(60px, 5.55555556vw, 5.55555556vw) !important;
}
/* section-1 */
/* section-2 */
.section-2 {
    padding-bottom: clamp(60px, 4.16666667vw, 4.16666667vw) !important;
}
.section-2 .box-text-content {
    margin-bottom: clamp(24px, 1.66666667vw, 1.66666667vw);
}
/* section-2 */
/* section-3 */
.section-3 {
    padding-top: clamp(60px, 4.16666667vw, 4.16666667vw) !important;
    padding-bottom: clamp(40px, 2.77777778vw, 2.77777778vw) !important;
}
/* section-3 */
/* section-4 */
.section-4 {
    padding-top: clamp(60px, 5.55555556vw, 5.55555556vw) !important;
    padding-bottom: clamp(40px, 3.33333333vw, 3.33333333vw) !important;
}
/* section-4 */
.blog-layout-posts .box {
    border-radius: var(--Borders-Border_radius_400, 16px);
    background: var(--white, #fff);
    padding: clamp(8px, 0.55555556vw, 0.55555556vw)
        clamp(8px, 0.55555556vw, 0.55555556vw)
        clamp(12px, 0.833333333vw, 0.833333333vw)
        clamp(8px, 0.55555556vw, 0.55555556vw);
}
.blog-layout-posts .box .box-image {
    border-radius: 8px;
}
.blog-layout-posts .box .box-text {
    padding: 8px 0 0 0;
}
.blog-layout-posts .box .cat-label {
    background-color: #ffd8e5;
    padding: 4px 12px;
    color: var(--fs-color-primary);
    text-transform: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.5px;
    border-radius: 8px;
    margin-bottom: clamp(12px, 0.833333333vw, 0.833333333vw);
}
.blog-layout-posts .box .post-title {
    margin: 0 0 clamp(8px, 0.55555556vw, 0.55555556vw);
}
.blog-layout-posts .box .post-title a {
    color: #2a0017;
    white-space: normal;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0;
}
.blog-layout-posts .box .from_the_blog_excerpt {
    margin: 0;
}
@media only screen and (min-width: 1200px) {
    .row.blog-layout-posts {
        margin-left: calc(
            -1 * clamp(16px, 1.11111111vw, 1.11111111vw)
        ) !important;
        margin-right: calc(
            -1 * clamp(16px, 1.11111111vw, 1.11111111vw)
        ) !important;
    }
    .row.blog-layout-posts > .col {
        padding-left: clamp(16px, 1.11111111vw, 1.11111111vw) !important;
        padding-right: clamp(16px, 1.11111111vw, 1.11111111vw) !important;
        padding-bottom: clamp(32px, 2.22222222vw, 2.22222222vw) !important;
    }
}
