.thankyou__heading span::after {
    bottom: -0.3125rem;
    left: -50px;
}

.asp_product_buy_btn_container, .asp_product_buy_button {
	width: 100%;
	margin-bottom: 5px;
}

.submit_order {
	justify-content: left;
	padding-left: 25px;
	letter-spacing: .02em;
	height: 3.7rem;
}

.submit_order span {
	position: relative;
    display: flex;
    align-items: center;
	font-size: 14px;
}

.submit_order span::before {
	content: url(/wp-content/themes/bfs/img/main/payments.png);
	position: absolute;
	top: -2px;
	right: -135px
}

@media (max-width: 61.99875em) {
	.asp_product_buy_btn_container, .asp_product_buy_button {
		margin-bottom: 10px;
	}

	.submit_order {
		padding-left: 18px;
	}
	
	.submit_order span {
		font-size: 13px;
	}

	.submit_order span::before {
		content: url(/wp-content/themes/bfs/img/main/payments-mini.png);
    	position: absolute;
		top: -2px;
		right: -103px;
	}
}