.about-grid{grid-template-columns:.9fr 1.1fr;gap:80px}
.about-photo{margin:0;min-height:470px;position:relative;overflow:hidden;background:#eafdfb;box-shadow:18px 18px 0 var(--aqua)}
.about-photo:after{content:"";position:absolute;inset:0;border:1px solid rgba(8,11,10,.12);pointer-events:none}
.about-photo img{width:100%;height:470px;object-fit:cover;object-position:center}
@media(max-width:800px){.about-photo{min-height:340px;box-shadow:12px 12px 0 var(--aqua)}.about-photo img{height:340px}}
@media(max-width:540px){.about-photo{min-height:270px}.about-photo img{height:270px}}
