.btn_wrap{background: linear-gradient(180deg,rgba(255, 173, 206, 1) 0%, rgba(255, 217, 228, 1) 100%); display: flex; 
	justify-content: space-between; padding: 40px 120px;}
.btn_wrap > div{}
.btn_wrap .banner{}
.btn_wrap .banner > p{    display: inline-block; text-align: center; padding: 13px 0; padding-left: 50px; 
	color: #292929; font-size: 22px; line-height: 1.3;}
.btn_wrap .banner > p > i{font-style: normal;}

.btn_wrap .ecm{width: 380px; height: 80px; text-align: center; line-height: 80px; border-radius: 10px; background: #1ec1b0; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);}
.btn_wrap .ecm > a{ width: 100%; height: 100%; display: block; font-size: 23px; font-weight: 500; letter-spacing: 1px; color: #fff;}


.faq{margin-top: 80px;}


@media (max-width: 1023px) {
.btn_wrap {
    background-position: left top;
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
    padding:0;
}
.btn_wrap .banner {
    text-align: center;
    padding-top: 20px;
    text-shadow: 1px 1px 1px #000;
}

.btn_wrap .banner > p{
		padding-left: 0;
		font-size: 17px;
}
.btn_wrap .ecm{
	position: absolute;
    left: 50%;
    margin-left: -140px;
    width: 280px;
    height: 60px;
    line-height: 60px;
}

.btn_wrap .ecm > a{
	font-size: 17px;
}
}