.lawyer-headshot {
    border-bottom: 15px solid #282c3d;
    padding-bottom: 100px;
}

.lawyer-headshot .lawyer-headshot-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-top: 25px;
}

.lawyer-headshot-block .wpb_single_image {
    width: 20%;
    float: left;
}

.lawyer-headshot-block .wpb_text_column {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
}

.lawyer-headshot-info {
    position: relative;
    top: 10px;
    ; margin-left: 20px;
}

.lawyer-headshot-info h2 {
    font-family: "MonstBold";
    font-size: 18px;
    color: #292c3d;
}

.lawyer-headshot-info a:hover {
    color: #0f75bc !important;
}

.lawyer-headshot-info p {
    font-family: "Segoe UI";
    color: #292c3d;
}

.sixth-row {
    border-bottom: 0px;
    padding-bottom: 0px;
}

@media(max-width: 450px) {
    .lawyer-headshot-block {
        left:25px;
    }
}
.lawyer.hide{
	display:none !important;
}