.member-mark{
  min-height:180px;
  padding:28px 36px;
  justify-content:center;
  border:1px solid rgba(213,163,78,.55);
  border-radius:18px;
  background:linear-gradient(145deg,#fff,#edf7ff);
  box-shadow:0 18px 42px rgba(0,0,0,.18);
}
.member-mark img{width:310px;max-width:100%}
.member-mark strong{margin-top:12px;color:#b47a2a;letter-spacing:.34em}
.about{
  min-height:420px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    linear-gradient(90deg,rgba(3,18,35,.98) 0%,rgba(3,18,35,.82) 42%,rgba(3,18,35,.18) 76%),
    url('/travel-assets/about-luxury.png?v=7.1') center/cover;
}
footer{
  padding:42px 6%;
  border-top:1px solid #d8c39e;
  background:#f8fbfd;
  color:#41546a;
}
.footer-brand{display:flex;flex-direction:column;align-items:center}
.footer-brand img{width:270px}
.footer-brand span{margin-top:4px;color:#b47a2a;font-size:9px;font-weight:700;letter-spacing:.42em}
@media(max-width:680px){
  .about{min-height:500px;background-position:62% center}
  .member-mark{padding:24px}
  .footer-brand img{width:230px}
}
