.lawyer-portrait {
  height: 650px;
  overflow: hidden;
  position: relative;
  background: var(--forest);
}

.lawyer-portrait::after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.lawyer-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 900px) {
  .lawyer-portrait { height: 540px; }
}

@media (max-width: 520px) {
  .lawyer-portrait { height: 460px; }
}
