.hero-photo{padding:42px;display:flex;align-items:center;justify-content:center}
.hero-photo>img{display:block;width:100%;height:auto;object-fit:contain;border-radius:22px;box-shadow:0 28px 60px #345f5a45}
.hero-photo>small{display:none}
@media(max-width:900px){.hero-photo{padding:30px}}
@media(max-width:600px){.hero-photo{padding:18px}.hero-photo>img{border-radius:14px}}
