.m-brand:nth-child(4n) {
	background: #FAFAFA;
}
.m-brand .m-content {
	padding: .6rem .24rem;
}
.m-brand:nth-child(4n) .m-content {
	flex-direction: row-reverse;
}
.m-brand .content > h1 {
	margin-bottom: .4rem;
	font-size: .6rem;
	font-weight: normal;
	text-align: center;
	color: #E8432A;
}
.m-brand .content .textarea {
	line-height: .56rem;
	font-size: .32rem;
	white-space: pre-wrap;
}
.m-brand .content .textarea p {
	white-space: pre-line;
}
.m-brand .image {
	margin-top: .4rem;
}

.m-brand .workshop {
	position: relative;
}
.m-brand .workshop .item {
	height: 4rem;
}
.m-brand .workshop .item p {
	z-index: 2;
	position: relative;
	padding: .22rem .1rem;
	line-height: .36rem;
	font-size: 0;
	text-align: center;
	color: #FEFEFE;
	background: rgba(0,0,0,.6);
	cursor: pointer;
	transition: all .3s ease;
}
.m-brand .workshop .item p .tf {
	font-size: .4rem;
}
.m-brand .workshop .item .image {
	position: absolute;
	inset: 0;
	background-size: cover;
	opacity: 0;
	transition: all .3s ease;
}
.m-brand .workshop .item.z-crt .image {
	z-index: 1;
	opacity: 1;
}