.content_section {
    .container {
        padding-block: 64px;

        @media (max-width:778px) {
            padding-block: 42px;
        }

        .date_news {
            font-size: clamp(16px, 2.4vw, 26px);
            font-weight: 500;
            line-height: 39px;
            letter-spacing: 0.01em;
            color: var(--main-yellow);
        }

        .containerImageNews {
            max-width: 100%;
            max-height: 670px;
            overflow: hidden;
            aspect-ratio: 16/9;
            border-radius: 24px;
            -webkit-border-radius: 24px;
            -moz-border-radius: 24px;
            -ms-border-radius: 24px;
            -o-border-radius: 24px;
            margin-bottom: 20px;

            @media (max-width:778px) {
                & {
                    margin-bottom: 10px;

                }
            }

            img {
                object-fit: cover;
                width: 100%;
                height: 100%;
                object-position: center 65%;

            }
        }

        .title_news {
            font-size: clamp(18px, 2.4vw, 36px);
            font-weight: 700;
            line-height: clamp(32px, 2.4vw, 54px);
            color: var(--main-blue);

            @media (max-width:778px) {
                & {
                    margin-bottom: 0;

                }
            }
        }

        .description_news {
            font-size: clamp(16px, 2.4vw, 25px);
            font-weight: 400;
            line-height: clamp(32px, 2.4vw, 41.25px);
            color: var(--secondary-black);
            margin-bottom: 40px;

            @media (max-width:778px) {
                & {
                    margin-bottom: 10px;

                }
            }
        }

        .imagesNews {
            display: flex;
            justify-content: space-evenly;
            flex-wrap: wrap;
            row-gap: 20px;

            .containerImage {
                max-width: 276px;
                height: 276px;
                aspect-ratio: 1/1;
                overflow: hidden;
                border-radius: 24px;
                -webkit-border-radius: 24px;
                -moz-border-radius: 24px;
                -ms-border-radius: 24px;
                -o-border-radius: 24px;
                flex: 1 1 100%;

                @media (max-width:778px) {
                    & {
                        max-width: 220px;

                    }
                }

                img {
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                }
            }
        }
    }
}

.related_assembly_news {
    background-color: #F3EED9;
    margin-bottom: 100px;
    padding-block: 64px;

    @media (max-width:778px) {
        padding-block: 32px;
    }

    &>.container {
        margin-bottom: 42px;

        h2 {
            margin-bottom: 0;
        }

        @media (max-width:778px) {
            margin-bottom: 32px;
        }
    }

    .container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 40px;

        .card_news {
            background-color: #FFF;
            border-radius: 24px;
            -webkit-border-radius: 24px;
            -moz-border-radius: 24px;
            -ms-border-radius: 24px;
            -o-border-radius: 24px;
            overflow: hidden;
            max-width: calc(100% / 2 - 40px);
            flex: 1 1 100%;

            .headerCardNews {
                height: 347px;
                width: 100%;

                img {
                    object-fit: cover;
                    width: 100%;
                    height: 100%;
                }
            }

            .bodyCardNews {
                padding: 27px 30px;
                border: 1px solid var(--main-yellow);
                border-top: 0;
                border-bottom-left-radius: 24px;
                border-bottom-right-radius: 24px;
                flex: 1;
                display: flex;
                flex-direction: column;
                .dateNews {
                    font-size: clamp(16px, 1.6vw, 20px);
                    font-weight: 400;
                    line-height: 33px;
                    color: var(--secondary-black);
                    margin-bottom: 10px
                }

                .date_news {
                    font-size: clamp(16px, 1.6vw, 20px);
                    font-weight: 400;
                    line-height: 33px;
                    color: var(--secondary-black);
                }

                .title_card {
                    font-size: clamp(16px, 1.6vw, 24px);
                    font-weight: 700;
                    line-height: 37.5px;
                    color: var(--main-blue);
                    margin: 0;
                }

                .description_card {
                    font-size: clamp(16px, 2.4vw, 20px);
                    font-weight: 400;
                    line-height: 37.5px;
                    color: var(--secondary-black);
                    -webkit-box-orient: vertical;
                    line-clamp: 3;
                    -webkit-line-clamp: 3;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
            }
        }

        @media (max-width:992px) {
            & {
                justify-content: center;
            }

            .card_news {
                width: 100%;
                max-width: 600px;
            }
        }
    }
}

.btnNews {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: auto;

    .button_download {
        padding: 0;
        width: fit-content;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
        color: var(--main-yellow);
        background-color: transparent;
        font-size: clamp(16px, 1.6vw, 22px);
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 12px;
        border: none;
        transition: .5s all ease;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        -ms-transition: .5s all ease;
        -o-transition: .5s all ease;
    }

    .button_download:hover {
        text-decoration: underline;
    }

    .button_viewMore {
        padding: 0;
        width: fit-content;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
        color: var(--main-yellow);
        background-color: transparent;
        font-size: clamp(16px, 1.6vw, 22px);
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 12px;
        border: none;
        transition: .5s all ease;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        -ms-transition: .5s all ease;
        -o-transition: .5s all ease;
        text-decoration: none;
    }

    .button_viewMore:hover {
        text-decoration: underline;
    }
}