.et_pb_row.unwrap-quote {
	display:flex;
	flex-direction:column;
	background: transparent !important;
	margin: 1.5em auto !important;
}
.et_pb_row.unwrap-quote::before {
	content: "";
	width:100vw;
	height:100%;
	display:flex;
	flex-direction:column;
	background: #ffb81c;
	margin: auto !important;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
}


.et_pb_row.unwrap-quote>.et_pb_column {
	width:100%;
	max-width:60%;
}
.et_pb_row.unwrap-quote-left,.et_pb_row.unwrap-quote-left * { text-align:left; }
.et_pb_row.unwrap-quote-right,.et_pb_row.unwrap-quote-right * { text-align:right; }
.et_pb_row.unwrap-quote-right>.et_pb_column { margin-left:auto; margin-right:0; }
.et_pb_row.unwrap-quote-left>.et_pb_column { margin-left:0; margin-right:auto; }
.et_pb_row.unwrap-quote,.et_pb_row.unwrap-quote *{font-weight:600;}

.et_pb_row.unwrap-quote-right::before {
	background: linear-gradient(90deg, #ffb81c00 0%, #ffb81c00 30%, #ffb81ccc 40%, #ffb81cff 60%, #ffb81cff 100%);
}
.et_pb_row.unwrap-quote-left::before  { 
	background: linear-gradient(-90deg, #ffb81c00 0%, #ffb81c00 30%, #ffb81ccc 40%, #ffb81cff 60%, #ffb81cff 100%);
}
@media screen and (max-width:980px){
	
	.et_pb_row.unwrap-quote-right::before {
		background: linear-gradient(90deg, #ffb81c00 0%, #ffb81c00 10%, #ffb81ccc 20%, #ffb81cff 40%, #ffb81cff 100%);
	}
	.et_pb_row.unwrap-quote-left::before {
		background: linear-gradient(-90deg, #ffb81c00 0%, #ffb81c00 10%, #ffb81ccc 20%, #ffb81cff 40%, #ffb81cff 100%);
	}
	.et_pb_row.unwrap-quote>.et_pb_column {
		max-width:80%;
	}
}