@media screen and (max-width : 399px) {
	.bg_style {
		background-position: left center;
		background-size: 230% 100%;
	}
	.text_block a {
		top: 5em;
		width: 80%;
	}
}
@media screen and (min-width : 400px) and (max-width : 500px) {
	.bg_style {
		background-position: left center;
		background-size: 230% 100%;
	}
	.text_block a {
		top: 10em;
		width: 80%;
	}
}
@media screen and (min-width : 500px) and (max-width : 767px) {
	.bg_style {
		background-position: left center;
	}
	.text_block a {
		top: 10em;
		width: 80%;
	}
}

@media screen and (min-width : 768px) and (max-width : 991px) {
	.bg_style {
		background-position: left center;
	}
	.text_block a {
		top: 10em;
		width: 60%;
	}
}


@media screen and (min-width : 1537px) {
	.text_block a {
		min-height: 520px;
		top: 25em;
	}
}
