/* AGB99 Premium footer: two-column logo + left-aligned copy */
.premium-about{display:grid;grid-template-columns:minmax(180px,300px) 1fr;gap:38px;align-items:center;text-align:left;max-width:1050px}
.premium-about-logo{display:flex;align-items:center;justify-content:center;min-height:120px;padding:10px}
.premium-about-logo img{width:auto;max-width:260px;max-height:110px;object-fit:contain;margin:auto}
.premium-about-content{min-width:0}
.premium-about-content h2{text-align:left;color:#f3d36a!important}
.premium-about-content .footer-about-copy{text-align:left;color:#b9b9b9}
@media(max-width:700px){
  .premium-about{grid-template-columns:1fr;gap:14px;text-align:center}
  .premium-about-logo{min-height:90px;padding:4px}
  .premium-about-logo img{max-width:220px;max-height:90px}
  .premium-about-content h2,.premium-about-content .footer-about-copy{text-align:center}
}

