.section6 {
    position: relative;
}

.Box6 {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
}


.top6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10vh;
    padding-bottom: 45px;
    position: relative;
}

.top6 .indexMore {
    color: var(--color) !important;
    border: 1px solid var(--color);
}


.top6::after {
    content: "";
    display: block;
    position: absolute;
    left: -25%;
    bottom: 0;
    width: 150%;
    height: 1px;
    background: #D9D9D9;
}

.Swiper6 {
    width: 100%;
    height: 100%;
}

.Slide6 {
    width: 100%;
    height: auto;
    padding: 6vh 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Slide6::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #D9D9D9;
    position: absolute;
    top: 0;
    left: -90px;
}

.text6 {
    height: 100%;
    padding: 45px 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text6 p {
    font-size: 16px;
    line-height: 1.5;
    color: var(--color);
    position: absolute;
    left: 0;
    top: 6vh;
}

.text6 h1 {
    font-size: 26px;
    line-height: 1.5;
    text-align: justify;
    color: #101010;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text6 b {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    font-size: 16px;
    color: var(--color);
}

.text6 b img {
    width: 23px;
}

.Slide6 .img6 {
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 30px;
}

.Slide6 .img6 img {
    width: 100%;
}

@media (max-width: 1600px) {
    .top6 {
        padding: 30px 0;
    }

    .Slide6 {
        padding: 30px 0;
    }

    .text6 {
        padding: 45px 0 30px;
    }

    .text6 p {
        top: 30px;
    }
}

@media (max-width: 1440px) {
    .text6 {
        padding: 30px 0;
    }

    .text6 h1 {
        font-size: 24px;
    }
}

@media (max-width: 1200px) {
    .section6 {
        padding-bottom: 0;
    }

    .top6 {
        padding-top: 0;
    }

    .text6 {
        padding-top: 0;
        grid-gap: 15px;
    }

    .text6 p {
        position: unset;
    }

    .text6 h1 {
        font-size: 18px;
    }

    .Slide6::after {
        left: -15px;
    }
}

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

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

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