    .section6 {
        display: block;
    }

    .Box6 {
        margin-top: 60px;
        position: relative;
        width: 100%;
        z-index: 2;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }

    .item6:nth-child(-n + 3) {
        display: flex;
    }

    .item6 {
        border: 1px solid #D2D2D2;
        display: none;
        flex-direction: column;
        padding: 30px 15px;
        position: relative;
    }

    .item6:nth-child(1) .img6 {
        max-height:unset;
    }

    .item6 .img6 {
        max-height:calc(100% - 200px)
    }


    .text6 {
        margin-top: 45px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }



    .text6 p {
        position: absolute;
        bottom: 30px;
    }

    .item6 h2 {
        color: #6B6B6B;
        font-family: Arial;
        font-size: 16px;
        line-height: 2;
    }

    .item6 h1 {
        color: #161616;
        font-family: Arial;
        font-size: 28px;
        font-weight: 700;
        line-height: 1.5;
        margin-top: 20px;
    }

    .item6 h3 {
        display: none;
        color: #6B6B6B;
        font-family: Arial;
        font-size: 16px;
        line-height: 2;
        text-transform: capitalize;
    }

    .item6:nth-child(1) h3 {
        margin-top: 45px;
        display: block;
        height: 400px;
    }

    @media (min-width: 1200px) {
        .item6:nth-child(1) {
            grid-column: 1 / 3;
            display: flex;
            flex-direction: row;
        }

        .item6:nth-child(1) .img6 {
            height: auto;
        }

        .item6:nth-child(1) .img6 {
            width: 50%;
        }

        .item6:nth-child(1) .text6 {
            width: 50%;
            margin: 0;
            padding-left: 45px;
        }

        .item6:nth-child(1) .text6 p {
            position: unset;
        }
    }

    @media (max-width: 1440px) {
        .item6:nth-child(1) h3 {
            margin-top: 30px;
            line-height: 1.5;
            display: block;
            height: 300px;
        }
    }

    @media (max-width: 1200px) {
        .Box6 {
            margin-top: 30px;
            grid-template-columns: repeat(3, 1fr);
        }

        .item6 {
            padding: 10px;
        }

        .text6 {
            margin-top: 15px;
        }

        .desc6 {
            display: flex;
            flex-direction: column;
            grid-gap: 15px;
            margin-bottom: 30px;
        }

        .item6 h1 {
            font-size: 18px;
            margin: 0;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

        .item6 h3 {
            font-size: 14px;
            margin: 0 !important;
            line-height: 1.5 !important;
            height: auto !important;
            overflow: hidden;
            display: -webkit-box !important;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }

        .text6 p {
            position: unset;
        }
    }

    @media (max-width: 720px) {
        .Box6 {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    @media (max-width: 460px) {}

    @media (max-width: 380px) {}