.form-assist-pay{
    margin: -7px 0 20px;
    background: #203349;
    padding: 15px 15px 18px;
    color: #fff;
    text-align: center;
}

.half-wrapper{
	display: flex;
}

.half-wrapper > div{
	width: 50%;
	padding: 0 15px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.half-wrapper > div:first-child{
	justify-content: flex-end;
}

.half-wrapper > div:last-child{
	justify-content: center;
}

.half-wrapper > div p{
	margin-bottom: 5px;
}

.half-wrapper > div p:last-child{
	margin-bottom: 0;
}

.half-wrapper .total-price{
	color: #ecec89;
}

.form-assist-pay .btn{
	margin: 0;
}

.psevdo-title{
	margin-bottom: 15px;
}

.form-assist-pay .btn{
    background-color: #ffed00;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 767px){
	.half-wrapper{
		display: block;
	}

	.half-wrapper > div{
		width: 100%;
	}

	.half-wrapper > div p{
		width: 100%;
	}

	.form-assist-pay .btn{
		margin: 15px auto 0;
	}
}