/*.attorneys-box {
    background-color: rgba(255, 255, 255, .32);
}
.attorneys-box a.thumb, .attorneys-box a.thumb img {
    float: left;
}
.attorneys-box .name {
    color: #581e12;
}
.attorneys-box .job {
    margin: -6px 0 15px 0;
}
.attorneys-box .text {
    color: #000;
     
    min-height: 110px;
}
.attorneys-box a.bio {
    text-decoration: none;
    display: inline-block;
    padding: 5px 30px;
    background-color: #581e12;
    color: #fff;
}
.attorneys-box a.bio:hover {
    background-color: #000;
}




@media screen and (max-width: 1362px) {
    .attorneys-box .name{ font-size:20px;}
    .attorneys-box .job{ font-size:17px;}
.attorneys-box .text { 
    min-height: 150px;
}
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}*/