.banner-content {
    background-color: #fff;
}
.banner-title {
    left: 12%;
    color: #333;
}
.banner-title h1 {
    font-size: 60px;
}
.banner-title p {
    font-size: 24px;
}
.case-title p {
    font-size: 34px;
	font-weight: bold;
	text-align: center;
}
.case-title span {
    font-size: 20px;
}
.case-texts {
    font-size: 18px;
    line-height: 30px;
}
.case-imgs {
    margin: 30px 0;
}
.caseImgs-button>div {
    position: relative;
    background: unset;
}
.swiper-button-next {
    transform: rotate(180deg);
}
.swiper-button-next, .swiper-button-prev {
    width: 27px;
    height: 27px;
}
.caseImgs-button {
    position: absolute;
    height: 27px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.swiper-wrapper {
	display: flex;
    align-items: center;
}
.swiper-slide img {
	width: 100%;
	max-height: 500px;
	object-fit: contain;
}
@media screen and (max-width: 1024px) {
    .banner {
        margin-bottom: 0;
        
    }
    .banner-title {
        top: 30%;
    }
    .banner-title h1 {
        font-size: 40px;
    }
	.content {
		margin-top: 125px;
	    margin-bottom: 200px;
	}
    .case-title p {
        font-size: 24px;
    }
    .caseImgs-button {
        display: none;
    }
}
@media screen and (max-width: 768px) {
	.content {
		margin: 60px 0;
	}
    .case-imgs {
        margin: 20px 0;
    }
	.case-texts {
		font-size: 16px;
		line-height: 30px;
	}
}