.principal-portrait {
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}

.principal-portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.principal-portrait small {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
}
