.profile-wrapper .col-2{grid-template-columns:200px .75fr}.profile-wrapper .headshot-wrapper{height:200px;position:relative;width:200px}.profile-wrapper .headshot-wrapper .shadow{border-radius:100%;height:102%;left:7px;position:absolute;top:7px;transition:all 250ms ease;width:102%;z-index:1}.profile-wrapper .shadow.shadow-teal{background:var(--brand-teal-500)}.profile-wrapper .shadow.shadow-yellow{background:var(--brand-yellow-500)}.profile-wrapper .shadow.shadow-green{background:var(--brand-green-500)}.profile-wrapper .shadow.shadow-black{background:var(--black)}.profile-wrapper .headshot{border:2px solid var(--black);border-radius:100%;height:200px;position:relative;width:200px;z-index:2}.profile-wrapper .social-links>a:not(:first-of-type){margin-left:15px}@media screen and (max-width:830px){.profile-wrapper .col-2{grid-template-columns:1fr}}