@media screen and (max-width: 992px)
{
	.imgLogo {
		width: 200px;
	}
	.boxText {
		font-size: .9em;
	}
}

@media screen and (max-width: 768px)
{
	.boxWrapper {
		margin-top: 15px;
	}
	.imgLogo {
		width: 250px;
	}
	.boxText {
		font-size: .8em;
	}
}

@media screen and (max-width: 575px)
{
	.imgLogo {
		max-width: 250px;
		width: 100%;
	}
}
