@media (max-width: 768px) {

	.box {

		width: 100%;

	}

	.lead__input {

		width: 100% !important;
		margin-bottom: 20px;

	}

	.lead-footer__item {

		display: block;
		text-align: center;

	}

	.lead-footer__item a, .lead-footer__item button {

		width: 100%;
		margin-bottom: 20px;

	} 

	.white-box {
		word-break: break-word;
		overflow-wrap: break-word;
	}

	.lead-header__item {

		display: block;

	}
	
}


@media (max-width: 1024px) {

	.box {

		width: 100%;

	}
	
}