.awb-menu__sub-a:hover {
	transition: inherit;
	background: #04B1F2;
}
.practice_area_container {
	position: relative !important;
}

.practice_area_container::before {
	content: "";
	position: absolute !important;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.practice_area_container > * {
	position: relative;
	z-index: 2;
}





@media only screen and (max-width: 1122px) and (min-width: 768px){

}

@media only screen and (max-width: 767px) and (min-width: 480px){

}



@media screen and (max-width: 479px){
	.section_heading h1 {
		font-size: 26px !important;
		margin-bottom: 10px !important;
	}
}
