.banner-no-image .row {
  display: block !important;
}

.banner-no-image .col-md-5,
.banner-no-image .col-md-7 {
  width: 100% !important;
  max-width: 900px;
  margin: 0 auto;
}

/* 🎯 Center only the title */
.banner-no-image h2 {
  text-align: center;
}

/* 📝 Left-align the paragraph text */
.banner-no-image .field--name-body {
  text-align: left;
}
