#service {
	padding-left: 20px !important;
}

#service img {
	width: 120px !important;
	min-width: 120px !important;
}

.header-texts p {
	color: #fff !important;
}

.up {
	top: -70px !important;
}

.review p {
	word-break: break-all;
}

.has-error {
  background-color: #fdd7e6;
}

.mt-2 {
	margin-top: 15px !important;
}

.logo {
	width: 225px !important;
}

@media screen and (max-width: 500px) {

	.step li span:before {
		content: '' !important;
		display: none !important;
	}

	h1 {
		font-size: 28px !important;
	}

}