		.content{min-height:100vh}
		.case-list{padding: 50px 0 100px 0;min-height:400px;}
		.fw-bold{font-weight:bold}
		.case-cell{background-color: #fff;
			border-radius: 5px;
			box-shadow: 0px 3px 25px rgba(14, 9, 27, 0.05);
			transition: 0.4s;
			height:130px;
			overflow: hidden;}
		.case-cell:hover{box-shadow: 0px 5px 40px rgba(14, 9, 27, 0.1);
    transform: scale(110%);}

.web-case-wrapper{
    background: url(./../img/cooperate-bg-2.png) center  no-repeat;
	position: relative;
    margin-top: -100px;
}

@media (max-width: 579.5px) {
	.case-list .fs-title-1{
		font-size: 1.4rem
	}
	.case-list {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 576px) {
	.case-list .fs-title-1{
		font-size: 1.6rem
	}
}

@media (min-width: 768px) {
	.case-list .fs-title-1{
		font-size: 1.6rem
	}
}

@media (min-width: 992px) {
	.case-list .fs-title-1{
		font-size: 1.8rem
	}
}

@media (min-width: 1200px) {
	.case-list .fs-title-1{
		font-size: 2.2rem
	}
}
