.section5 {
    padding: 120px 0;
}

.box5 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box5 .left {
    width: 65%;
    position: relative;
}

.box5 .left::after {
    content: "";
    display: block;
    width: 97px;
    height: 367px;
    background: var(--color);
    position: absolute;
    right: 0;
    top: calc((100% - 367px) / 2);
}

.box5 .left .title {
    margin-bottom: 150px;

    color: #000;
    font-family: DIN;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    position: relative;
}

.box5 .left .title::after {
    content: "";
    display: block;
    width: 320px;
    height: 10px;
    background: var(--color);
    position: absolute;
    left: 0;
    bottom: 0;

}

.box5Swiper {
    margin-right: 45px;
    padding: 60px 30px;
    background-size: cover !important;
}

.box5Slide img {
    width: 100%
}

.box5Swiper .swiper-pagination span {
    height: 15px;
    width: 4px;
    background: #B4B4B4;
    opacity: 1;
    border-radius: 0;
    transition: 0.5s;
}

.box5Swiper .swiper-pagination span.swiper-pagination-bullet-active {
    height: 25px;
    background: var(--color);
}

.box5 .ImgBox {
    width: 35%;
    padding-top: 45px;
    padding-left: 82px;
}

.box5 .ImgBox img {
    width: 100%;
}

@media (max-width: 1440px) {
    .box5 .left .title {
        margin-bottom: 90px;
    }
}

@media (max-width:992px) {
    .box5 .left .title {
        font-size: 42px;
    }

    .box5 .left .title::after {
        width: 210px;
        height: 10px;
    }

    .box5 .ImgBox {
        width: 35%;
        padding-top: 45px;
        padding-left: 30px;
    }

    .box5 .left::after {
        width: 60px;
        height: 300px;
        top: calc((100% - 300px) / 2);
    }

    .box5Swiper {
        margin-right: 15px;
        padding: 30px 30px 60px;
    }
}

@media (max-width:640px) {
    .section5 {
        padding: 45px 0;
    }

    .box5 .left {
        width: 100%;
        position: relative;
    }

    .box5 .left .title {
        font-size: 32px;
        margin-bottom: 45px;
    }

    .box5 .ImgBox {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
}