.choice-you__wrapper {
	justify-content: center;
}
.main-promo__text.main-promo__disclaimer {
	top: unset;
	bottom: 100px;
	opacity: 0.5;
	z-index: 1;
	min-width: 90%;
}
.main-promo__text.main-promo__disclaimer p {
	font-size: 80%;
}
@media only screen and (max-width: 1023px) {
	.main-promo__img {
		bottom: 100px;
	}
}
@media only screen and (max-width: 767px) {
	.main-promo__img {
		bottom: 120px;
	}
}
