.no_data_found .container {
	 background-color: #f5f9f8;
}
 .no_data_found .container .no_data_content {
	 padding-left: 21%;
}
 @media (max-width: 500px) {
	 .no_data_found .container .no_data_content {
		 padding-left: 0px;
	}
}
 .no_data_found .container .no_data_content p {
	 font-size: 1.2rem;
}
 @media (max-width: 500px) {
	 .no_data_found .container .no_data_image {
		 text-align: center;
	}
}
 