.single-attorney-banner-container{
	padding:25px 0 20px;
}
.single-attorney-banner{
	padding-right:10px;
}
.single-attorney-banner h1{
	margin-bottom: 5px;
	color:#0D1321;
	font-size:56px;
}
.single-attorney-banner h3{
	font-size: 30px;
	font-weight: 400;
	line-height: 1.46;
	color:#3644FF;
	margin-bottom:13px;
}
.steam-image-content{
	position:relative;
}
.steam-image-content:before{
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	background-color: #00adef;
	border-radius: 50%;
	height: 395px;
	width: 395px;
	z-index: -1;
}
.steam-image-inner{
	width:395px;
}
@media (max-width:767px){
	.single-attorney-banner {
		padding-right: 0;
		padding-bottom:30px;
	}
	.single-attorney-banner h1 {
		font-size: 50px;
	}
	.steam-image-content:before {
		height: 250px;
		width: 250px;
	}
	.steam-image-content{
		width:400px;
		max-width:100%;
		margin:auto;
	}
	.steam-image-inner {
		width: 250px;
	}
}
@media (min-width:768px){
	.steam-image-content{
		width:595px;
		margin:auto;
	}
	.single-attorney-banner {
		padding-bottom:40px;
		padding-right: 0;
	}
}
@media (min-width:992px){
	.single-attorney-banner {
		padding-bottom:0;
		padding-right: 10px;
	}
	.steam-image-content{
		width:100%;
		margin:inherit;
	}
	.steam-image-inner {
		width: 340px;
	}
	.steam-image-content:before {
		height: 340px;
		width: 340px;
	}
}
@media (min-width:1200px){
	.steam-image-content:before {
		height: 395px;
		width: 395px;
	}
	.steam-image-inner {
		width: 395px;
	}
}