    .section6 {
        padding: 90px var(--container);
        overflow: hidden;
        width: 100%;
        position: relative;
    }

    .section6 .Box6 {
        margin-top: 90px;
        display: grid;
        grid-template-columns: 1fr 2fr 1fr;
        grid-gap: 40px;
    }

    .section6 .Box6 .lt6 {
        width: 100%;
        background: linear-gradient(180deg, #1A2DAE 28%, #000840 100%);
        border-radius: 6px;
        padding: 60px 30px;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .section6 .Box6 .lt6 h1 {
        font-weight: 100;
        font-size: 16px;
        line-height: 1.5;
        color: #FFFFFF;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .section6 .Box6 .lt6 h2 {
        font-weight: 500;
        font-size: 20px;
        line-height: 1.5;
        text-transform: uppercase;
        color: #FFFFFF;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .section6 .Box6 .lt6 span {
        font-weight: 100;
        font-size: 16px;
        line-height: 1;
        text-transform: lowercase;
        color: #FFFFFF;
    }

    .section6 .Box6 .lt6 img {
        width: 100%;
    }


    .news6 {
        border-radius: 6px;
        overflow: hidden;
        width: 100%;
        position: relative;
    }

    .swiper6 {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .swiper6 .item6 {
        width: 100%;
        position: relative;
    }

    .swiper6 .item6::after {
        content: "";
        display: block;
        height: calc(30% + 60px);
        width: 100%;
        background: rgba(0, 0, 0, 0.58);
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: 0;
    }

    .item6 h1 {
        position: absolute;
        z-index: 3;
        left: 0;
        bottom: calc(30% - 54px);
        height: 54px;
        width: 100%;
        padding: 0 30px;
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 1.5;
        text-transform: uppercase;
        color: #FFFFFF;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .item6 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: 1;
    }

    .pagination6 span {
        background: #FFFFFF;
        opacity: 0.8;
    }

    .pagination6 span.swiper-pagination-bullet-active {
        background: var(--color);
    }

    .rt6 {
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .rt6 .item {
        width: 100%;
        height: calc(50% - 15px);
        background: linear-gradient(180deg, rgba(49, 71, 215, 0.91) 0%, rgba(0, 21, 162, 0.91) 100%);
        border-radius: 6px;
        padding: 60px 30px 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .rt6 .item h1 {
        font-size: 16px;
        line-height: 2;
        color: #FFFFFF;
    }

    .rt6 .item h2 {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #FFFFFF;
    }

    .rt6 .item .img {
        display: flex;
        justify-content: flex-end;
    }

    .rt6 .nav6 {
        height: calc(50% - 15px);
        padding: 30px 45px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .rt6 .nav6 a {
        width: 100%;
        height: 27%;
        border: 1px solid #FFFFFF;
        border-radius: 6px;
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rt6 .nav6 a:hover {
        background: #fff;
        color: var(--color);
    }

    @media (max-width: 1440px) {
        .section6 {
            padding: 60px var(--container);
        }

        .section6 .Box6 {
            margin-top: 60px;
            grid-gap: 20px;
        }

        .section6 .Box6 .lt6 {
            padding: 30px 20px;
            padding-bottom: 0;
        }

        .rt6 .item h1 {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

        .rt6 .item {
            padding: 30px 20px;
            height: calc(50% - 10px);
        }

        .rt6 .nav6 {
            height: calc(50% - 10px);
            padding: 20px;
        }
    }

    @media (max-width: 1200px) {
        .section6 .Box6 {
            margin-top: 60px;
            grid-template-columns: 1fr 1fr;
            padding-bottom: 71vw;
            position: relative;
        }

        .news6 {
            width: 100%;
            position: absolute;
            bottom: 0;
        }
    }

    @media (max-width: 720px) {
        .section6 {
            padding: 45px var(--container);
        }

        .section6 .Box6 {
            margin-top: 30px;
            grid-template-columns: 1fr;
        }

        .rt6 .item {
            padding: 30px 20px;
            height: auto;
            margin-bottom: 20px;
        }

        .rt6 .item h2 {
            margin: 30px 0;
        }

        .rt6 .nav6 {
            height: auto;
            padding: 20px;
        }

        .rt6 .nav6 a {
            height: 45px;
            margin: 10px 0;
        }


    }

    @media (max-width: 460px) {
        .item6 h1 {
            padding: 0 30px;
            font-size: 16px;
            bottom: calc(30% - 48px);
            height: 48px;
        }
    }
