.section6 {
    background: #F5F7FB;
    padding: 120px 0;
}

.section6 .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section6 .title h1 {
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    color: #000000;
}

.section6 .title span {
    display: block;
    width: 100px;
    height: 4px;
    background: var(--color2);
    margin-top: 30px;
    margin-bottom: 90px;
}

.box6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box6 .item1 {
    width: calc((100% - 10px) * 0.75);
    position: relative;
    border-radius: 100px 0 0 0;
    overflow: hidden;
}

.box6 .item1>img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.box6 .item1:hover>img {
    transform: scale(1.08);
}

.box6 .item1 .text {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.box6 .item1 .text h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.16em;
    color: #FFFFFF;
}

.box6 .item1 .text h1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.23em;
    color: #FFFFFF;
    margin: 15px 0 30px;
    width: 50%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.box6 .item1 .text img {
    display: block;
}

.box6 .item2 {
    width: calc((100% - 10px) * 0.25);
    background: #FFFFFF;
    padding: 60px 40px;
}

.box6 .item2 h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.16em;
    color: #ACACAC;
}

.box6 .item2 h1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #585858;
    margin: 40px 0 120px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1440px) {
    .box6 .text h1 {
        font-size: 42px;
    }
}

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

    .section6 .title h1 {
        font-size: 36px;
    }

    .section6 .title span {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .box6 .item1 {
        width: calc((100% - 10px)* 0.6);
        border-radius: 60px 0 0 0;
    }

    .box6 .item2 {
        width: calc((100% - 10px)* 0.4);
        padding: 30px
    }

    .box6 .item2 h1 {
        font-size: 28px;
        margin: 20px 0 40px;
    }

    .box6 .item1 .text h1 {
        font-size: 28px;
        width: auto;
    }

    .box6 .item1 .text img {
        width: 45px;
    }

    .box6 .item2 img {
        width: 45px;
    }
}

@media (max-width:640px) {
    .section6 .title h1 {
        font-size: 28px;
    }

    .section6 .title span {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .section6 {
        padding: 60px 0;
    }

    .box6 .item1 {
        width: 100%;
        border-radius: 30px 0 0 0;
    }

    .box6 .item1 .text {
        padding: 30px;
        position: relative;
    }

    .box6 .item1>img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .box6 .item1 .text h1 {
        font-size: 18px;
        width: auto;
        margin: 10px 0 20px;
    }

    .box6 .item1 .text img {
        width: 30px;
    }

    .box6 .item2 {
        width: 100%;
    }

    .box6 .item2 h1 {
        font-size: 18px;
        margin: 10px 0 20px;
    }

    .box6 .item2 img {
        width: 30px;
    }
}