.block-completion p{
	font-size: 25px;
	color: #FFA501;
	padding: 250px 60px 200px;
	text-align:center;
	font-weight: bold;
}
.btn-completion {
	border: 3px solid #e00037;
	padding: 10px 15px;
	min-width: 200px;
	color: #e00037;
	font-weight: bold;
	font-size: 18px;
}
.btn-completion:hover, .btn-completion:focus {
	border: 3px solid #e00037;
	color: #fff;
	background-color: #e00037;
	text-decoration: none;
	transition: 0.3s;
}
.align-right{
	padding: 0 60px 80px;
}
@media screen and (max-width: 767px) {
	.align-right {
		padding: 0 43px 0;
		margin: 0 auto;
		text-align: center;
	}
	.block-completion p {
		padding: 97px 0 63px;
		font-size: 17px;
	}
}