@media only screen and (max-width:991px) {
	.tablet_bg_image{
		background-size: auto;
		background-repeat: no-repeat;
		background-position: 64% center;
	}
}

@media(max-width:479px) {
	.hb_question_box {
		width:100%;
		padding: 0;
	}
	.hb_answer_group{
		width: 100%;
	}
	.hb_answer_group .hb_search_btn {
		padding-left: 40px;
    	padding-right: 15px;
	}
	.hb_question_header {
		margin-bottom: 1rem;
	}
	
	.hb_hide_mobile {
		display:none;
	}
	
	.home_main {
		padding-top:40px;
	}

	.hb_prac_inner { 
		grid-template-columns: 1fr;
		text-align: center;
	}  

	.hb_prac_img img {
		margin-bottom: 10px;
		min-height: 100px;
		object-fit: cover;
		max-width: 100px;
		width: 100%;
	}

	.hb_prac_view .hb_btn_style_3 {
		margin: auto;
	}
	.tablet_bg_image{
		/* background-size: cover; */
		background-position: 55% bottom;
	}
	ul.hb_prac_service_list{
		justify-content: center;
	}
}
