.portrait-silhouette {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 20 !important;
  width: min(39vw, 370px) !important;
  min-height: 520px !important;
  background: linear-gradient(140deg, #815f3f, #352d25 54%, #161714) !important;
  clip-path: polygon(28% 100%, 23% 69%, 34% 56%, 37% 34%, 47% 25%, 56% 25%, 67% 34%, 70% 56%, 80% 69%, 75% 100%) !important;
  place-items: end center !important;
  padding-bottom: 11% !important;
}

.portrait-silhouette span {
  display: block !important;
  color: rgba(246, 241, 232, .77) !important;
  font-family: Georgia, serif !important;
  font-size: 48px !important;
  position: relative !important;
  z-index: 21 !important;
}
