<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.headshot:before {
    left: 0;
    bottom: 50%;
}
@media (min-width: 576px) {
  .headshot &gt; .col:after {
    left: -404px;    
  }
}
.border-warning {
  border-color: #e96848 !important;
  border-radius: 2px;
  border-width: medium !important;
  border-style: dotted !important;
}</pre></body></html>