.section7 {
    padding: 0;
    background: #F6F6F6;
    position: relative;
}

.section7 .img {
    overflow: hidden;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.section7 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.section7 .img:hover img {
    transform: scale(1.08);
}

.box7 {
    display: flex;
    flex-wrap: wrap;
}

.box7 .text {
    padding-right: 10%;
    width: 50%;
    padding-top: 120px;
    padding-bottom: 90px;
    position: relative;
}

.box7 .text h1 {
    max-width: 550px;
    color: #000;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.5;
}

.box7 .text h2 {
    margin-top: 30px;
    margin-bottom: 60px;
    color: #525252;
    font-size: 16px;
    line-height: 1.5;
}


.box7 .text h3 {
    display: flex;
    align-items: center;
}

.box7 .text h3 .aa {
    display: block;
    height: 54px;
    width: 1px;
    opacity: 0.2;
    background: #000;
    margin: 0 75px;
}

.box7 .text h3 p {
    color: #000;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: flex-end;
}

.box7 .text h3 p span {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.box7 .text a {
    margin-top: 90px;
    margin-bottom: 75px;
    width: 220px;
    height: 54px;
    background: var(--color);
    color: #fff;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box7Slide {
    width: 40%;
}

.box7Slide img {
    width: 100%;
}

.box7 .swiper-button-next {
    width: 56px;
    height: 56px;
    color: #fff;
    background: var(--color);
    bottom: 140px;
    top: auto;
    right: 50px;
}

.box7 .swiper-button-next::after {
    font-size: 16px;
}


@media (max-width: 1440px) {
    .box7 .text {
        padding-right: 5%;
        padding-top: 90px;
        padding-bottom: 60px;
    }

    .box7 .text h3 .aa {
        margin: 0 45px;
    }

    .box7 .swiper-button-next {
        display: none;
    }
}

@media (max-width: 1200px) {
    .section7 .img {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .box7 .text {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 640px) {
    .box7 .text {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .box7 .text h1 {
        font-size: 32px;
    }

    .box7 .text h2 {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .box7 .text h3 .aa {
        margin: 0 15px;
        height: 45px;
    }

    .box7 .text h3 p span {
        font-size: 26px;
    }

    .box7 .text a {
        margin-top: 30px;
        margin-bottom: 15px;
        width: 180px;
        height: 45px;
    }
}