.legal-sign-wrapper { border: 5px solid #004c6d; border-radius: 30px; padding: 30px; max-width: 750px; margin: 30px auto; background-color: #ffffff; box-shadow: 0 4px 15px rgba(0,0,0,0.15); font-family: inherit; color: #004c6d; box-sizing: border-box; }
.alcohol-sign-content { display: flex; align-items: center; justify-content: center; width: 100%; }
.sign-left-column { flex: 0 0 40%; display: flex; justify-content: center; align-items: center; padding-right: 20px; }
.sign-image { width: 100%; max-width: 100%; height: auto; display: block; }
.sign-right-column { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; line-height: 1.1; }
.sign-text-smaller { font-size: 1.0rem; font-weight: normal; margin: 2px 0; color: inherit; }
.sign-text-small { font-size: 1.6rem; font-weight: bold; margin: 2px 0; color: inherit; }
.sign-text-large { font-size: 2.4rem; font-weight: 900; text-transform: uppercase; margin: 2px 0; color: inherit; }
.sign-todays-date-small { font-size: 1.1rem; font-weight: bold; margin: 10px 0 5px 0; color: inherit; opacity: 0.8;}
.sign-birth-date-container { background-color: #f9f9f9; border: 2px solid #cc0000; border-radius: 10px; padding: 5px 15px; margin: 10px 0; display: inline-block; }
.sign-birth-date { font-size: 3.8rem; font-weight: 900; color: #004c6d; line-height: 1; margin-top: 5px; }
.sign-footer-contact { text-align: center; font-family: inherit; color: #004c6d; margin-top: 10px; }
.sign-divider { border: 0; border-top: 2px solid #004c6d; margin: 20px 0 15px 0; }
.abc-logo { max-width: 250px; height: auto; margin-top: 10px; }

@media (max-width: 600px) {
  .alcohol-sign-content { flex-direction: column; }
  .sign-left-column { max-width: 250px; padding-right: 0; margin-bottom: 20px; }
  .legal-sign-wrapper { padding: 15px; }
  .sign-text-large { font-size: 1.8rem; }
  .sign-birth-date { font-size: 2rem; }
}