.lawyers .lawyer_img_box {
bottom: 0;
height: 100%;
width: 110%;
}
.lawyers .lawyer_img {
object-position: bottom;
}
.lawyers .lawyer_title_p {
font-size: clamp(.9rem, .1vw + 1rem, 1rem);
}
.lawyers .lawyer_title_p {
letter-spacing: 3px;
}
@media (max-width: 480px) {
.lawyers .lawyer_title_p {
letter-spacing: 2px;
}
}