/* Banner Group 3 - Generated Styles */
.banner-group-3 {
  width: 100%;
  max-width: 100%;
}

.banner-group-3>div{
  width: var(--desktop-max-width);margin:0 auto;
  max-width: var(--desktop-max-width);
}

.banner-group-3 .bottom-banner-container {
  grid-template-columns: repeat(2, 1fr);
}

