.phone_main_section {
	background-position: 50% !important;
}
.phone_main_section p {
	color: #58595b;
	font-size: 18px;
	line-height: 28px;
}
.phone_main_section h2 strong {
	display: block;
}
.phone_main_section .phone_image_section {
	padding-left: 50px;
}
@media screen and (max-width: 991px) {
	.phone_image_section {
		padding-left: 0;
	}
}
@media screen and (max-width: 680px) {
	.phone_main_section p {
		font-size: 14px;
		font-weight: 500;
		line-height: 25px;
		text-align: center;
	}
	.phone_main_section {
		text-align: center;
	}
}
