.heroGN {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto 20px;
  border-radius: 12px;
}



.ad-box {
    display: inline-block;
  border-left: 5px solid #006811; 
  border-right: 5px solid #006811; 
  background: #fff;
  padding: 16px 20px;
  border-radius: 8px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 100%;
}

.ad-box p {
  margin: 0;
  white-space: normal;
}

.ad-box .red {
  color: #b70c01;
  font-weight: 600;
}

.ad-box .blue {
  color: #005b96;
  font-weight: 600;
}

.ad-box .black {
  color: #000;
  font-weight: 700;
}
