/* COMPLETE PAGE */
.complete-content {
	display: flex;
	flex-direction: column;
}

.complete-info-wrapper {
	display: flex;
	width: 100%;
}

.complete-info-wrapper>div {
	width: 50%;
}

.complete-back-button {
	width: 20%;
	min-width: 150px;
	align-self: flex-end;
}

@media only screen and (max-width: 600px) {
	.complete-info-wrapper>div {
		width: 100%;
	}
	.complete-info-wrapper {
		flex-direction: column;
	}
}