.slider-main {

    width: 100%;
    background-size: cover;
    background-position: center center;
    max-height: 550px;
}
.tab1{
	margin-bottom: 46px;
}
hr{
    margin-top: 0;
    border-top: 1px solid #cac5c5;
}
ul{
	font-size: 1.69rem;
    color: #082a43;
    line-height: 1.55;
}
.attorney-profile img{
	margin-bottom: 25px;
}
.main-info .col-md-4{
	margin-top: 25px;
}
.main-info .col-md-4:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 260px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: rgba(8, 42, 67, 0.5);
    margin-top: 15%;
}
a{
	color:inherit;
	font-weight: bold;
}

.first-bar{
	padding-right: 50px
}
.first-bar:after{
	display: none; 
}
.main-info{
	border-top: 1px solid #cecece;
}
@media (max-width:991px) {
	.main-info .col-md-4:after {
		display: none; 
	}
	.attorney-image{
		display: block;
    margin-left: auto;
    margin-right: auto;
		max-height: 700px;
	}
	.main-info{
	border-top: none;
}
	.main-info .col-md-4 {
    margin-top: 0;
}
	
	.tab1{
		margin-bottom: 20px;
		
	}
}