.vmbs-section {
  display:none;
}

@media (max-width:767px) {
  .vmbs-section {
    position:relative;
    display:flex;
    width:100vw;
    min-height:286px;
    margin:0 0 0 calc(50% - 50vw);
    padding:42px 24px 36px;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    text-align:center;
    background:#f6efe2;
    color:#014744;
  }

  .vmbs-section::before,
  .vmbs-section::after {
    content:"";
    position:absolute;
    width:118px;
    height:118px;
    border:1px solid rgba(200,169,106,.22);
    border-radius:50%;
    pointer-events:none;
  }

  .vmbs-section::before {
    top:-74px;
    left:-54px;
  }

  .vmbs-section::after {
    right:-58px;
    bottom:-78px;
  }

  .vmbs-ornament {
    width:min(100%,210px);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    color:#b7924e;
  }

  .vmbs-ornament i {
    width:72px;
    height:1px;
    background:linear-gradient(90deg,transparent,currentColor);
  }

  .vmbs-ornament i:last-child {
    background:linear-gradient(90deg,currentColor,transparent);
  }

  .vmbs-ornament span {
    font-size:8px;
    line-height:1;
  }

  .vmbs-brand {
    margin:24px 0 22px;
    display:flex;
    flex-direction:column;
    align-items:center;
    color:#014744;
    text-decoration:none;
  }

  .vmbs-name {
    padding-left:.25em;
    font-family:"Cormorant Garamond",Georgia,"Times New Roman",serif;
    font-size:clamp(42px,13vw,58px);
    font-weight:400;
    letter-spacing:.25em;
    line-height:1;
    white-space:nowrap;
    text-shadow:0 8px 24px rgba(200,169,106,.14);
  }

  .vmbs-tagline {
    margin-top:10px;
    font-family:"Inter","Helvetica Neue",Arial,sans-serif;
    font-size:10px;
    font-weight:600;
    letter-spacing:.3em;
    line-height:1;
    text-transform:uppercase;
    white-space:nowrap;
  }

  .vmbs-india {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
  }

  .vmbs-flag {
    display:block;
    width:38px;
    height:auto;
    border-radius:2px;
    box-shadow:0 4px 12px rgba(1,71,68,.14);
  }

  .vmbs-origin {
    color:#6b735f;
    font-family:"Inter","Helvetica Neue",Arial,sans-serif;
    font-size:9px;
    font-weight:600;
    letter-spacing:.18em;
    text-transform:uppercase;
  }

  .vmbs-ornament--bottom {
    margin-top:25px;
    transform:scaleX(.72);
    opacity:.7;
  }
}
