/*css*/
.footer-container .customtext p{
	max-width: 257px;
}
.customtext p{
	color: #929292;
	max-width: 1140px;
}
.customtext{
	margin-bottom: 35px;
}
@media (max-width: 1024px) {
	.customtext {
	    margin-bottom: 22px;
	}
}

@media (max-width: 767px)
{
	.footer-container .customtext p {
		max-width: 100%;
	}
}