.p_7 {
	width: 100%;
	height: 100%;
	background-size: cover;
	position:relative;
	background: var(--grey-color);
	background-image:-webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}

.p_7 .tips_cont_main {
	margin-top: 30px;
}

.p_7 .tips_cont_inner {
	background: url(../../images/SVG/p_7_bg1.svg) no-repeat 0 0;
    background-size: 445px 97px;
	width: 445px;
    height: 97px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 0 15px 0 124px;
	margin-bottom: 30px;
		
}
.p_7 .tips_cont_inner:nth-child(2) {
	background: url(../../images/SVG/p_7_bg2.svg) no-repeat 0 0;
    background-size: 445px 97px;
}
.p_7 .tips_cont_inner:nth-child(3) {
	background: url(../../images/SVG/p_7_bg3.svg) no-repeat 0 0;
    background-size: 445px 97px;
}
.p_7 .tips_title {
	font-size: 14px;
	color: var(--red-color);
	font-family: 'Calibri-Bold';
}
.p_7 .tips_text {
	font-size: 14px;
}