.section5 {
    padding: 45px 0;
}

.section5 .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.section5 .title h1 {
    font-size: 48px;
    color: var(--color);
    line-height: 2;
    margin: 0;
    font-weight: bold;
}

.section5 .title h2 {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin: 0;
    max-width: 560px;
    text-align: center;
}

.box5 {
    position: relative;
}

.box5Swiper {
    margin: 0 45px;
}

.box5Swiper .swiper-wrapper {}

.box5Slide a {
    display: block;
}

.box5Slide a img {
    width: 100%;
    border: 1px solid var(--color);
}

.box5Slide a h1 {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    color: #333;
}

.box5Slide a:hover h1 {
    color: #333;
}

.box5 .swiper-button-next,
.box5 .swiper-button-prev {
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    background-image: url(/assets/image/arrow.png);
    background-size: auto;
    font-size: 0;
    outline: none;
    top: 35%;
    left: 0px;
    margin: 0;
    z-index: 2;
    filter: brightness(0);
}

.box5 .swiper-button-next {
    background-position: right;
    right: 0;
    left: auto;
}

.box5 .swiper-button-next:after,
.box5 .swiper-button-prev:after {
    display: none;
}

@media screen and (max-width: 1440px) and (min-width: 0px) {}

@media screen and (max-width: 1200px) and (min-width: 0px) {}

@media screen and (max-width: 992px) and (min-width: 0px) {}

@media screen and (max-width: 640px) and (min-width: 0px) {
    .section5 .title h1 {
        font-size: 24px;
    }
}
