.brand-image{width:132px;height:48px;display:flex;align-items:center;overflow:hidden}
.brand-image img{width:100%;height:auto;mix-blend-mode:multiply}
.hero>img{object-position:center 46%}
.real-gallery{display:grid;grid-template-columns:.8fr 1.5fr .9fr;gap:22px;margin-top:22px}
.real-gallery figure{margin:0;background:white;min-height:330px;display:flex;flex-direction:column}
.real-gallery img{height:270px;object-fit:cover}
.real-gallery figure:first-child img{object-position:center 25%}
.real-gallery figcaption{padding:18px 20px;display:flex;flex-direction:column;gap:4px}
.real-gallery figcaption b{font:600 20px "Fraunces"}
.real-gallery figcaption span{font-size:12px;color:#777}
.profile-photo img{object-position:center 22%;transform:none}
.footer-logo{background:white;padding:4px 8px;width:118px;height:42px}
@media(max-width:850px){
  .real-gallery{grid-template-columns:1fr}
  .real-gallery figure{min-height:0}
  .hero>img{object-position:48% center}
}
