.lawyer_details{
    margin-top: 160px;
}
.lawyer_details_box1 .details img{
    /* width: 100%;
    height: 100%; */
}

.lawyer_details_box2  {
    margin-top: 36px;
}
.lawyer_details_box2 ul {
    list-style: none;
}
.lawyer_details_box2 ul li{
    float: left;
}
.lawyer_details_box3{
    text-align: center;
    /* margin-top: 36px; */
}
.lawyer_details_box4{
    text-align: center;
}

.lawyer_details_box5 {
    margin-top: 10px;
}
.lawyer_details_box5 p{
    font-size: 16px;
}
.lawyer_details_box6{
    margin-top: 20px;
}
@media  screen and (max-width: 768px) {
    .lawyer_details{
       margin-top: -350px;
    }
    .lawyer_details_box5 img{
        width: 100%;
    }
 }
 
@media  screen and (min-width: 768px) {
    
    .lawyer_details_box5 img{
        width: 40%;
    }
 }
 