[data-dynamic="news"] .sd-carousel__gallery-item {
    width: 33.333%;
}

[data-dynamic="news"] .sd-carousel__card-content {
    height: 191px;
    padding: 22px 26px 23px;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
}

[data-dynamic="news"] .sd-carousel__card-paragraph {
    margin: 7px 0 0;
    color: #464e58;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: normal;
}

[data-dynamic="news"] img {
    object-position: 23% 34%;
    width: 100%;
    height: 249px;
    object-fit: cover;
}

[data-dynamic="news"] .link-article {
    text-align: right;
    position: absolute;
    right: 24px;
    bottom: 18px;
    left: 24px;
    display: block;
    color: #0075c9;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.43;
    letter-spacing: -0.2px;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

[data-dynamic="news"] .sd-carousel__card-title a {
    color: #0075c8;
    font-weight: 500;
    font-size: 26.7px;
    line-height: 29px;
    letter-spacing: -.4px;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    float: left;
    width: 100%;
}

[data-dynamic="news"] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

[data-dynamic="news"] .sd-carousel__gallery-item {
    min-width: 294px;
    max-width: 400px;
    margin-left: max(2.22%, 24px);
    position: relative;
}

[data-dynamic="news"] .sd-carousel__card-paragraph {
    margin: 7px 0 0;
    color: #464e58;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: normal;
}

[data-dynamic="news"] .page_blog_text {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

/*[data-dynamic="news"] {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

[data-section="news"] .article {
    display: block;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 24px;
    transition: transform 0.2s ease;
}

[data-section="news"] .article .title a,
[data-section="news"] .article .title {
    margin-top: 0 !important;
}

[data-section="news"] .article:hover {
    transform: translateY(-4px);
}

[data-section="news"] .article img {
    float: left;
    width: 300px;
    height: 246px;
    margin-right: 24px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

[data-section="news"] .page_blog_text .title a {
    font-size: 28px;
    font-weight: 700;
    color: #2975c9;
    display: block;
    margin-block: 20px;
    text-decoration: none;
    line-height: 1.3;
    transition: color 0.2s ease;
}

[data-section="news"] .page_blog_text .title a:hover {
    color: #1c5aa0;
}

[data-section="news"] .description {
    color: #4a5568;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 24px;
}

[data-section="news"] .informations {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

[data-section="news"] .time {
    color: #718096;
    font-size: 14px;
    background: #f7fafc;
    padding: 8px 16px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

[data-section="news"] .time i {
    color: #2975c9;
}

[data-section="news"] .read-more .btn-primary {
    background: #2975c9;
    color: white;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

[data-section="news"] .read-more .btn-primary:hover {
    background: #1c5aa0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(41, 117, 201, 0.2);
}

@media only screen and (max-width: 600px) {
    [data-section="news"] .article {
        padding: 16px;
    }

    [data-section="news"] .article img {
        width: 100% !important;
        float: none;
        margin-right: 0;
        margin-bottom: 16px;
        height: 200px;
    }

    [data-section="news"] .page_blog_text .title a {
        font-size: 24px;
        margin-block: 16px;
    }

    [data-section="news"] .description {
        margin-bottom: 20px;
    }

    [data-section="news"] .informations {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding-top: 16px;
    }

    [data-section="news"] .time {
        justify-content: center;
    }

    [data-section="news"] .read-more {}*/